npm publish

This commit is contained in:
Mike Phares 2023-02-01 10:58:44 -07:00
parent 83a014c201
commit d1e8f544c7
3 changed files with 6194 additions and 66 deletions

4595
package-lock.json generated

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}