Windows compatibility

This commit is contained in:
eight 2018-08-31 22:31:07 +08:00
parent bf51fd2a6f
commit e7750e7ac9

View File

@ -20,7 +20,7 @@
"updates": "^4.2.1"
},
"scripts": {
"lint": "eslint **/*.js --cache || true",
"lint": "eslint **/*.js --cache || exit 0",
"update": "npm run update-node && npm run update-main",
"update-quick": "updates -u && npm update && npm run update-main",
"update-main": "npm run update-versions && npm run update-codemirror",