|
1 | 1 | { |
2 | 2 | "name": "vuex-map-fields", |
3 | | - "version": "1.1.2", |
| 3 | + "version": "1.1.3", |
4 | 4 | "description": "Enable two-way data binding for form fields saved in a Vuex store", |
5 | 5 | "keywords": [ |
6 | 6 | "vue", |
|
17 | 17 | "scripts": "npm run scripts:umd && npm run scripts:es && npm run scripts:minify", |
18 | 18 | "build": "npm run scripts", |
19 | 19 | "fake-publish": "npm run build && sh test/utils/fake-publish.sh", |
20 | | - "lint": "npm run fake-publish && eslint --ignore-path .gitignore .", |
| 20 | + "lint:scripts": "npm run fake-publish && eslint --ignore-path .gitignore .", |
| 21 | + "lint:scripts-md": "eslint --config .eslintrc-md.json --ext md --ignore-path .gitignore .", |
| 22 | + "lint": "npm run lint:scripts && npm run lint:scripts-md", |
21 | 23 | "coveralls": "npm run test:coverage && cat coverage/lcov.info | coveralls", |
22 | 24 | "test:unit": "jest src", |
23 | 25 | "test:integration": "npm run fake-publish && jest test", |
24 | 26 | "test:coverage": "npm run fake-publish && jest --coverage --maxWorkers=4", |
25 | 27 | "test": "npm run test:unit && npm run test:integration", |
26 | | - "prepublishOnly": "npm test && npm run build" |
| 28 | + "prepublishOnly": "npm run lint && npm test && npm run build" |
27 | 29 | }, |
28 | 30 | "devDependencies": { |
29 | | - "@avalanche/eslint-config": "^1.0.2", |
| 31 | + "@avalanche/eslint-config": "^2.0.0", |
| 32 | + "@babel/core": "^7.0.0-beta.40", |
| 33 | + "@babel/preset-env": "^7.0.0-beta.40", |
30 | 34 | "@vue/test-utils": "^1.0.0-beta.12", |
31 | | - "babel-preset-env": "^1.6.1", |
| 35 | + "babel-core": "^7.0.0-bridge.0", |
| 36 | + "babel-jest": "^22.4.1", |
32 | 37 | "coveralls": "^3.0.0", |
33 | | - "eslint": "^4.18.1", |
| 38 | + "eslint": "^4.18.2", |
34 | 39 | "eslint-plugin-compat": "^2.2.0", |
35 | | - "eslint-plugin-import": "^2.8.0", |
36 | | - "jest": "^22.4.0", |
37 | | - "rollup": "^0.56.2", |
38 | | - "rollup-plugin-babel": "^3.0.3", |
39 | | - "rollup-plugin-node-resolve": "^3.0.3", |
| 40 | + "eslint-plugin-import": "^2.9.0", |
| 41 | + "eslint-plugin-markdown": "^1.0.0-beta.6", |
| 42 | + "jest": "^22.4.2", |
| 43 | + "rollup": "^0.56.5", |
| 44 | + "rollup-plugin-babel": "^4.0.0-beta.0", |
40 | 45 | "uglify-es": "^3.3.9", |
41 | | - "vue": "^2.5.13", |
42 | | - "vue-template-compiler": "^2.5.13", |
| 46 | + "vue": "^2.5.16", |
| 47 | + "vue-template-compiler": "^2.5.16", |
43 | 48 | "vuex": "^3.0.1" |
44 | 49 | }, |
45 | 50 | "main": "dist/index.js", |
|
0 commit comments