Update package.json
This commit is contained in:
parent
397093141c
commit
045ef3230b
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
||||||
"compile": "npm run lint && tsc -p ./",
|
"compile": "npm run lint && tsc -p ./",
|
||||||
"watch": "tsc -watch -p ./",
|
"watch": "tsc -watch -p ./",
|
||||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||||
"test": "npm run compile && mocha ./out/test/**/*.js",
|
"test": "npm run compile && mocha './out/test/**/*.js'",
|
||||||
"lint": "tslint -p tslint.json --fix"
|
"lint": "tslint -p tslint.json --fix"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue