|
11 | 11 | "build:core": "cross-env VUE_APP_FULL_BUNDLE=false vue-cli-service build --no-clean --target lib --name vfg-core src/index.js --report",
|
12 | 12 | "build:full": "cross-env VUE_APP_FULL_BUNDLE=true vue-cli-service build --no-clean --target lib --name vfg src/index.js --report",
|
13 | 13 | "lint": "vue-cli-service lint",
|
14 |
| - "test:unit": "vue-cli-service test:unit --include ./tests/unit/setup.js", |
| 14 | + "test:unit": "nyc vue-cli-service test:unit --include ./tests/unit/setup.js", |
15 | 15 | "coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
16 | 16 | "changelog": "conventional-changelog -i CHANGELOG.md -s",
|
17 | 17 | "changelog:full": "conventional-changelog -i CHANGELOG.md -s -r 0",
|
|
56 | 56 | "license": "MIT",
|
57 | 57 | "dependencies": {},
|
58 | 58 | "devDependencies": {
|
59 |
| - "@vue/cli-plugin-babel": "3.0.4", |
60 |
| - "@vue/cli-plugin-eslint": "3.0.4", |
61 |
| - "@vue/cli-plugin-unit-mocha": "3.0.4", |
62 |
| - "@vue/cli-service": "3.0.4", |
63 |
| - "@vue/eslint-config-prettier": "3.0.4", |
| 59 | + "@vue/cli-plugin-babel": "3.0.5", |
| 60 | + "@vue/cli-plugin-eslint": "3.0.5", |
| 61 | + "@vue/cli-plugin-unit-mocha": "3.0.5", |
| 62 | + "@vue/cli-service": "3.0.5", |
| 63 | + "@vue/eslint-config-prettier": "3.0.5", |
64 | 64 | "@vue/test-utils": "1.0.0-beta.25",
|
65 |
| - "babel-plugin-istanbul": "5.0.1", |
| 65 | + "babel-plugin-istanbul": "5.1.0", |
66 | 66 | "babel-plugin-lodash": "3.3.4",
|
67 |
| - "bumped": "0.10.10", |
| 67 | + "bumped": "0.10.11", |
68 | 68 | "chai": "4.2.0",
|
69 | 69 | "cleave.js": "1.4.4",
|
70 | 70 | "conventional-changelog-cli": "2.0.5",
|
|
77 | 77 | "istanbul-instrumenter-loader": "3.0.1",
|
78 | 78 | "jquery": "3.3.1",
|
79 | 79 | "lodash-webpack-plugin": "0.11.5",
|
80 |
| - "node-sass": "4.9.3", |
| 80 | + "node-sass": "4.9.4", |
81 | 81 | "nouislider": "11.1.0",
|
82 |
| - "nyc": "13.0.1", |
| 82 | + "nyc": "13.1.0", |
83 | 83 | "pikaday": "1.7.0",
|
84 | 84 | "sass-loader": "7.1.0",
|
85 |
| - "sinon": "6.3.5", |
| 85 | + "sinon": "7.0.0", |
86 | 86 | "vue": "2.5.17",
|
87 | 87 | "vue-highlightjs": "1.3.3",
|
88 | 88 | "vue-markdown": "2.2.4",
|
|
203 | 203 | "arrowParens": "always"
|
204 | 204 | },
|
205 | 205 | "nyc": {
|
206 |
| - "check-coverage": true, |
| 206 | + "check-coverage": false, |
207 | 207 | "per-file": true,
|
208 | 208 | "include": [
|
209 | 209 | "src/**/*.{js,vue}"
|
|
216 | 216 | ],
|
217 | 217 | "reporter": [
|
218 | 218 | "lcov",
|
219 |
| - "text" |
| 219 | + "text", |
| 220 | + "text-summary" |
220 | 221 | ],
|
221 | 222 | "report-dir": "./tests/unit/coverage",
|
222 |
| - "temp-directory": "./tests/unit/coverage/.nyc_output", |
| 223 | + "temp-dir": "./tests/unit/coverage/.nyc_output", |
223 | 224 | "cache": true,
|
224 | 225 | "all": true
|
225 | 226 | },
|
|
0 commit comments