Skip to content

Commit 124b8c9

Browse files
committed
Fix repository URL format for npm publish
1 parent f2c94f0 commit 124b8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/ssccio/n8n-nodes-opencode.git"
21+
"url": "git+https://github.com/ssccio/n8n-nodes-opencode.git"
2222
},
2323
"main": "index.js",
2424
"scripts": {

0 commit comments

Comments
 (0)