1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

modify: npm script

This commit is contained in:
sota1235
2017-03-13 18:26:39 +09:00
parent fac0abaed6
commit b4e54fc149

View File

@@ -11,7 +11,7 @@
"compile": "grunt compile",
"test": "PWD=$(pwd) NODE_ENV=test ava",
"fix": "npm run lint --fix",
"lint": "eslint ./**/*.js"
"lint": "eslint ."
},
"config": {
"electron-version": "1.2.8"