|
16 | 16 | "prebuild": "npm run check -s && npm run clean -s", |
17 | 17 | "build": "babel --optional runtime src -d dist", |
18 | 18 | "postbuild": "npm run test -s", |
19 | | - "coverage": "babel-node node_modules/isparta/bin/isparta cover test/index.js", |
| 19 | + "coverage": "node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover test/index.js", |
20 | 20 | "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info", |
21 | 21 | "postcoveralls": "rimraf ./coverage", |
22 | 22 | "prepublish": "npm run build -s", |
|
47 | 47 | "vue": "~2" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | | - "babel-cli": "^6.6.5", |
51 | | - "babel-core": "^6.7.7", |
| 50 | + "babel-cli": "^6.23.0", |
| 51 | + "babel-core": "^6.23.1", |
52 | 52 | "babel-eslint": "^7.0.0", |
| 53 | + "babel-istanbul": "^0.12.1", |
53 | 54 | "babel-plugin-add-module-exports": "^0.2.1", |
54 | 55 | "babel-plugin-rename-umd-globals": "^1.0.0", |
55 | | - "babel-plugin-transform-es2015-modules-umd": "^6.18.0", |
| 56 | + "babel-plugin-transform-es2015-modules-umd": "^6.23.0", |
56 | 57 | "babel-preset-es2015": "^6.6.0", |
57 | | - "coveralls": "^2.11.9", |
58 | | - "dependency-check": "^2.5.1", |
| 58 | + "coveralls": "^2.11.16", |
| 59 | + "dependency-check": "^2.8.0", |
59 | 60 | "doctoc": "^1.0.0", |
60 | | - "eslint": "^3.8.1", |
| 61 | + "eslint": "^3.15.0", |
61 | 62 | "eslint-config-standard": "^6.0.0", |
62 | | - "eslint-plugin-promise": "^3.3.0", |
| 63 | + "eslint-plugin-promise": "^3.4.2", |
63 | 64 | "eslint-plugin-standard": "^2.0.0", |
64 | 65 | "estraverse-fb": "^1.3.1", |
65 | | - "isparta": "^4.0.0", |
66 | | - "rimraf": "^2.5.2", |
| 66 | + "rimraf": "^2.6.0", |
67 | 67 | "tap-spec": "^4.1.1", |
68 | 68 | "tape": "^4.5.1", |
69 | | - "vue": "^2.1.4", |
70 | | - "watch": "^1.0.1" |
| 69 | + "vue": "^2.1.10", |
| 70 | + "watch": "^1.0.2" |
71 | 71 | } |
72 | 72 | } |
0 commit comments