We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab04b67 commit 40bf3a7Copy full SHA for 40bf3a7
src/api/npm/package.json
@@ -7,7 +7,7 @@
7
"homepage": "https://stacktape.com",
8
"repository": {
9
"type": "git",
10
- "url": "https://github.com/stacktape/core.git"
+ "url": "git+https://github.com/stacktape/core.git"
11
},
12
"bugs": {
13
"url": "https://github.com/stacktape/core/issues"
@@ -35,8 +35,8 @@
35
"main": "./index.js",
36
"types": "./index.d.ts",
37
"bin": {
38
- "stacktape": "./bin/stacktape.js",
39
- "stp": "./bin/stacktape.js"
+ "stacktape": "bin/stacktape.js",
+ "stp": "bin/stacktape.js"
40
41
"dependencies": {
42
"adm-zip": "^0.5.16",
0 commit comments