Skip to content

Commit caac007

Browse files
committed
Fix package.json metadata
1 parent b107a1a commit caac007

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/OmniScriptOSF/omniscript-core.git",
23+
"url": "git+https://github.com/OmniScriptOSF/omniscript-core.git",
2424
"directory": "cli"
2525
},
2626
"bugs": {

parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/OmniScriptOSF/omniscript-core.git",
25+
"url": "git+https://github.com/OmniScriptOSF/omniscript-core.git",
2626
"directory": "parser"
2727
},
2828
"bugs": {

0 commit comments

Comments
 (0)