Skip to content

Commit 40bf3a7

Browse files
committed
wip
1 parent ab04b67 commit 40bf3a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api/npm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://stacktape.com",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/stacktape/core.git"
10+
"url": "git+https://github.com/stacktape/core.git"
1111
},
1212
"bugs": {
1313
"url": "https://github.com/stacktape/core/issues"
@@ -35,8 +35,8 @@
3535
"main": "./index.js",
3636
"types": "./index.d.ts",
3737
"bin": {
38-
"stacktape": "./bin/stacktape.js",
39-
"stp": "./bin/stacktape.js"
38+
"stacktape": "bin/stacktape.js",
39+
"stp": "bin/stacktape.js"
4040
},
4141
"dependencies": {
4242
"adm-zip": "^0.5.16",

0 commit comments

Comments
 (0)