Update package.json

This commit is contained in:
Josh Johnson 2020-07-06 21:12:30 -04:00 committed by GitHub
parent 397093141c
commit 045ef3230b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {