Skip to content

Commit 67eea5f

Browse files
committed
Yarn upgrade to clear ci cache
1 parent 20d7e27 commit 67eea5f

File tree

2 files changed

+341
-254
lines changed

2 files changed

+341
-254
lines changed

package.json

+11-7
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
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
@@ -29,18 +33,18 @@
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
}

0 commit comments

Comments
 (0)