File tree Expand file tree Collapse file tree 2 files changed +341
-254
lines changed
Expand file tree Collapse file tree 2 files changed +341
-254
lines changed Original file line number Diff line number Diff line change 1919 "test" : " npm run lint && jest" ,
2020 "release" : " standard-version && git push --follow-tags && npm publish"
2121 },
22- "eslintIgnore" : [" lib/templates/*.*" ],
23- "files" : [" lib" ],
22+ "eslintIgnore" : [
23+ " lib/templates/*.*"
24+ ],
25+ "files" : [
26+ " lib"
27+ ],
2428 "jest" : {
2529 "testEnvironment" : " node" ,
2630 "collectCoverage" : true
2933 "py-loader" : " martim00/python-webpack-loader"
3034 },
3135 "devDependencies" : {
32- "nuxt" : " latest" ,
3336 "codecov" : " latest" ,
34- "eslint" : " latest " ,
37+ "eslint" : " ^4.17.0 " ,
3538 "eslint-config-standard" : " latest" ,
3639 "eslint-plugin-import" : " latest" ,
37- "eslint-plugin-jest" : " latest " ,
38- "eslint-plugin-node" : " latest " ,
40+ "eslint-plugin-jest" : " ^21.8.0 " ,
41+ "eslint-plugin-node" : " ^6.0.0 " ,
3942 "eslint-plugin-promise" : " latest" ,
4043 "eslint-plugin-standard" : " latest" ,
4144 "eslint-plugin-vue" : " latest" ,
42- "jest" : " latest " ,
45+ "jest" : " ^22.2.2 " ,
4346 "jsdom" : " latest" ,
47+ "nuxt" : " latest" ,
4448 "standard-version" : " latest"
4549 }
4650}
You can’t perform that action at this time.
0 commit comments