Index: package.json |
=================================================================== |
--- a/package.json |
+++ b/package.json |
@@ -19,16 +19,16 @@ |
"sandboxed-module": "2.0.3", |
"script-loader": "0.7.0", |
"selenium-webdriver": "^4.0.0-alpha", |
"untar-memory": "^1.2.0", |
"webpack": "3.5.4" |
}, |
"scripts": { |
"docs": "jsdoc --configure .jsdoc.conf --destination docs lib", |
- "eslint": "eslint *.js lib test build", |
+ "lint": "eslint *.js lib test build", |
"test": "node test_runner.js", |
- "posttest": "npm run eslint", |
+ "posttest": "npm run lint", |
"resources": "node build/make_resource.js", |
"updatepsl": "node build/updatepsl.js", |
"update-subscriptions": "node build/updateSubscriptions.js" |
} |
} |