pull/22/merge
Michal Niewrzal 2017-06-07 08:30:54 +00:00 committed by GitHub
commit 9e2bac0803
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"scripts": {
"compile": "tsc -p .",
"watch": "tsc -w -p .",
"postinstall": "node ./node_modules/vscode/bin/install && typings prune && typings install",
"postinstall": "node ./node_modules/vscode/bin/install && typings prune && typings install && node_modules/.bin/typings install",
"lint": "tslint -c tslint.json \"src/**/*.ts\""
},
"devDependencies": {