File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 66 "main" : " src/index.js" ,
77 "scripts" : {
88 "coveralls" : " nyc report --reporter=text-lcov | coveralls" ,
9- "lint" : " eslint ." ,
9+ "lint" : " eslint . --cache " ,
1010 "test" : " npm run lint && npm run unit-test" ,
1111 "unit-test" : " cross-env nyc mocha \" tests/**/*.js\" --reporter=dot" ,
1212 "patch" : " npm version patch -m\" update version to %s\" && git push --follow-tags" ,
3030 "eslint" : " >=2"
3131 },
3232 "devDependencies" : {
33- "auto-changelog" : " ^2.2.0 " ,
33+ "auto-changelog" : " ^2.2.1 " ,
3434 "coveralls" : " ^3.1.0" ,
35- "cross-env" : " ^7.0.2 " ,
36- "eslint" : " ^7.7 .0" ,
37- "eslint-config-wix-editor" : " ^8.1 .0" ,
35+ "cross-env" : " ^7.0.3 " ,
36+ "eslint" : " ^7.21 .0" ,
37+ "eslint-config-wix-editor" : " ^8.4 .0" ,
3838 "eslint-plugin-eslint-plugin" : " ^2.3.0" ,
3939 "eslint-traverser" : " ^1.5.2" ,
40- "lodash" : " ^4.17.20" ,
41- "mocha" : " ^8.1.1" ,
40+ "mocha" : " ^8.3.1" ,
4241 "nyc" : " ^15.1.0"
4342 },
4443 "engines" : {
You can’t perform that action at this time.
0 commit comments