npm publish
This commit is contained in:
parent
83a014c201
commit
d1e8f544c7
4591
package-lock.json
generated
4591
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
1653
type-script-helper/package-lock.json
generated
1653
type-script-helper/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -151,7 +151,8 @@
|
|||||||
"compile": "tsc -p ./",
|
"compile": "tsc -p ./",
|
||||||
"watch": "tsc -watch -p ./",
|
"watch": "tsc -watch -p ./",
|
||||||
"pretest": "npm run compile",
|
"pretest": "npm run compile",
|
||||||
"test": "node ./out/test/runTest.js"
|
"test": "node ./out/test/runTest.js",
|
||||||
|
"prepublishOnly": "vsce package -o extension.vsix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/glob": "^7.1.1",
|
"@types/glob": "^7.1.1",
|
||||||
@ -163,5 +164,14 @@
|
|||||||
"tslint": "^5.20.0",
|
"tslint": "^5.20.0",
|
||||||
"typescript": "^3.9.10",
|
"typescript": "^3.9.10",
|
||||||
"vscode-test": "^1.2.2"
|
"vscode-test": "^1.2.2"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"type-script-helper-1.3.15.vsix"
|
||||||
|
],
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "http://localhost:4873/"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"vsce": "^2.15.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user