Skip to content

Commit fd1ef47

Browse files
author
Pooya Parsa
committed
fix(package): require @nuxtjs/proxy as a peerDependency
1 parent 45794d8 commit fd1ef47

File tree

2 files changed

+321
-424
lines changed

2 files changed

+321
-424
lines changed

Diff for: package.json

+19-26
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,16 @@
1515
"release": "standard-version && git push --follow-tags && npm publish",
1616
"prepare": "npm run test"
1717
},
18-
"eslintIgnore": [
19-
"*.template.*"
20-
],
21-
"files": [
22-
"lib",
23-
"src",
24-
"dist"
25-
],
18+
"eslintIgnore": ["*.template.*"],
19+
"files": ["lib", "src", "dist"],
2620
"jest": {
2721
"testEnvironment": "node",
2822
"coverageDirectory": "./coverage/",
2923
"collectCoverage": true,
30-
"collectCoverageFrom": [
31-
"lib",
32-
"test",
33-
"!test/fixture"
34-
]
24+
"collectCoverageFrom": ["lib", "test", "!test/fixture"]
25+
},
26+
"peerDependencies": {
27+
"@nuxtjs/proxy": "^1.1.4"
3528
},
3629
"dependencies": {
3730
"@nuxtjs/proxy": "^1.1.4",
@@ -40,18 +33,18 @@
4033
"debug": "^3.1.0"
4134
},
4235
"devDependencies": {
43-
"codecov": "^3.0.0",
44-
"eslint": "^4.14.0",
45-
"eslint-config-standard": "^11.0.0-beta.0",
46-
"eslint-plugin-import": "^2.8.0",
47-
"eslint-plugin-jest": "^21.5.0",
48-
"eslint-plugin-node": "^5.2.1",
49-
"eslint-plugin-promise": "^3.6.0",
50-
"eslint-plugin-standard": "^3.0.1",
51-
"eslint-plugin-vue": "^2.1.0",
52-
"jest": "^22.0.4",
53-
"jsdom": "^11.5.1",
54-
"nuxt": "^1.1.1",
55-
"standard-version": "^4.2.0"
36+
"codecov": "latest",
37+
"eslint": "latest",
38+
"eslint-config-standard": "latest",
39+
"eslint-plugin-import": "latest",
40+
"eslint-plugin-jest": "latest",
41+
"eslint-plugin-node": "latest",
42+
"eslint-plugin-promise": "latest",
43+
"eslint-plugin-standard": "latest",
44+
"eslint-plugin-vue": "latest",
45+
"jest": "latest",
46+
"jsdom": "latest",
47+
"nuxt": "latest",
48+
"standard-version": "latest"
5649
}
5750
}

0 commit comments

Comments
 (0)