|
15 | 15 | "release": "standard-version && git push --follow-tags && npm publish", |
16 | 16 | "prepare": "npm run test" |
17 | 17 | }, |
18 | | - "eslintIgnore": [ |
19 | | - "*.template.*" |
20 | | - ], |
21 | | - "files": [ |
22 | | - "lib", |
23 | | - "src", |
24 | | - "dist" |
25 | | - ], |
| 18 | + "eslintIgnore": ["*.template.*"], |
| 19 | + "files": ["lib", "src", "dist"], |
26 | 20 | "jest": { |
27 | 21 | "testEnvironment": "node", |
28 | 22 | "coverageDirectory": "./coverage/", |
29 | 23 | "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" |
35 | 28 | }, |
36 | 29 | "dependencies": { |
37 | 30 | "@nuxtjs/proxy": "^1.1.4", |
|
40 | 33 | "debug": "^3.1.0" |
41 | 34 | }, |
42 | 35 | "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" |
56 | 49 | } |
57 | 50 | } |
0 commit comments