File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3434 "coffee-script" : " ^1.10.0" ,
3535 "coveralls" : " ^2.11.2" ,
3636 "css-loader" : " ~0.25.0" ,
37- "eclint" : " ^1.1.5" ,
3837 "es6-promise-polyfill" : " ^1.1.1" ,
3938 "eslint" : " ^1.1.0" ,
4039 "express" : " ~4.13.1" ,
8988 "build:examples" : " cd examples && node buildAll.js" ,
9089 "pretest" : " npm run lint-files" ,
9190 "postcover" : " npm run lint-files && npm run nsp" ,
92- "lint-files" : " npm run lint && npm run beautify-lint && npm run lint-file-standard " ,
91+ "lint-files" : " npm run lint && npm run beautify-lint" ,
9392 "lint" : " eslint lib bin hot" ,
94- "lint-file-standard" : " eclint check lib/**/*.js hot/*.js bin/*.js benchmark/*.js test/*.js" ,
9593 "beautify-lint" : " beautify-lint lib/**/*.js hot/**/*.js bin/**/*.js benchmark/*.js test/*.js" ,
9694 "nsp" : " nsp check --output summary" ,
9795 "cover" : " istanbul cover -x '**/*.runtime.js' node_modules/mocha/bin/_mocha" ,
You can’t perform that action at this time.
0 commit comments