File tree 2 files changed +341
-254
lines changed
2 files changed +341
-254
lines changed Original file line number Diff line number Diff line change 19
19
"test" : " npm run lint && jest" ,
20
20
"release" : " standard-version && git push --follow-tags && npm publish"
21
21
},
22
- "eslintIgnore" : [" lib/templates/*.*" ],
23
- "files" : [" lib" ],
22
+ "eslintIgnore" : [
23
+ " lib/templates/*.*"
24
+ ],
25
+ "files" : [
26
+ " lib"
27
+ ],
24
28
"jest" : {
25
29
"testEnvironment" : " node" ,
26
30
"collectCoverage" : true
29
33
"py-loader" : " martim00/python-webpack-loader"
30
34
},
31
35
"devDependencies" : {
32
- "nuxt" : " latest" ,
33
36
"codecov" : " latest" ,
34
- "eslint" : " latest " ,
37
+ "eslint" : " ^4.17.0 " ,
35
38
"eslint-config-standard" : " latest" ,
36
39
"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 " ,
39
42
"eslint-plugin-promise" : " latest" ,
40
43
"eslint-plugin-standard" : " latest" ,
41
44
"eslint-plugin-vue" : " latest" ,
42
- "jest" : " latest " ,
45
+ "jest" : " ^22.2.2 " ,
43
46
"jsdom" : " latest" ,
47
+ "nuxt" : " latest" ,
44
48
"standard-version" : " latest"
45
49
}
46
50
}
You can’t perform that action at this time.
0 commit comments