npm publish
This commit is contained in:
@ -151,7 +151,8 @@
|
||||
"compile": "tsc -p ./",
|
||||
"watch": "tsc -watch -p ./",
|
||||
"pretest": "npm run compile",
|
||||
"test": "node ./out/test/runTest.js"
|
||||
"test": "node ./out/test/runTest.js",
|
||||
"prepublishOnly": "vsce package -o extension.vsix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/glob": "^7.1.1",
|
||||
@ -163,5 +164,14 @@
|
||||
"tslint": "^5.20.0",
|
||||
"typescript": "^3.9.10",
|
||||
"vscode-test": "^1.2.2"
|
||||
},
|
||||
"files": [
|
||||
"type-script-helper-1.3.15.vsix"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "http://localhost:4873/"
|
||||
},
|
||||
"dependencies": {
|
||||
"vsce": "^2.15.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user