Skip to content

Commit 554ba9b

Browse files
authored
fix: fix repo url for semantic release (#3)
1 parent 007819b commit 554ba9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@flowscripter/example-host-application",
3+
"homepage": "https://github.com/flowscripter/example-host-application#readme",
34
"description": "Example host application for the https://github.com/flowscripter/dynamic-plugin-framework",
4-
"repository": "@flowscripter/example-host-application",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/flowscripter/example-host-application.git"
8+
},
59
"license": "MIT",
610
"keywords": [
711
"bun",

0 commit comments

Comments
 (0)