Various fixes for #174

This commit is contained in:
Pine Wu
2019-04-16 09:59:21 -07:00
parent 0fe4a15b26
commit 631a16f9d5
8 changed files with 14 additions and 5 deletions

View File

@ -50,6 +50,7 @@
},
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install"
},