|
9 | 9 | "build:core": "cross-env FULL_BUNDLE=false webpack --progress --config build/webpack.build.config.js --define process.env.FULL_BUNDLE=false --output-filename=vfg-core.js",
|
10 | 10 | "build:full": "cross-env FULL_BUNDLE=true webpack --progress --config build/webpack.build.config.js --define process.env.FULL_BUNDLE=true",
|
11 | 11 | "build": "cross-env NODE_ENV=production npm run build:core && cross-env NODE_ENV=production npm run build:full",
|
12 |
| - "dev-OLD": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/", |
13 | 12 | "dev": "webpack-dev-server --config build/webpack.dev.config.js --inline --hot",
|
14 | 13 | "lint": "eslint --ext=.js,.vue src test/unit/specs",
|
15 | 14 | "coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
16 |
| - "coverage-OLD": "npm run test && npm run coverall", |
17 | 15 | "coverage": "cross-env NODE_ENV=test nyc npm run mocha && nyc report --reporter=text-lcov | coveralls",
|
18 | 16 | "changelog": "conventional-changelog -i CHANGELOG.md -s",
|
19 | 17 | "changelog:full": "conventional-changelog -i CHANGELOG.md -s -r 0",
|
20 | 18 | "docs": "cd docs && gitbook serve",
|
21 | 19 | "mocha": "mocha-webpack --webpack-config build/webpack.test.config.js --require test/unit/setup.js test/unit/specs/**/*.spec.js",
|
22 |
| - "unit-OLD": "karma start test/unit/karma.conf.js", |
23 | 20 | "unit": "cross-env NODE_ENV=test nyc npm run mocha",
|
24 | 21 | "e2e": "node test/e2e/runner.js",
|
25 | 22 | "pretest": "npm run lint",
|
26 |
| - "ci-OLD": "karma start test/unit/karma.conf.js --auto-watch --no-single-run --reporters=dots --port=9877", |
27 | 23 | "ci": "cross-env NODE_ENV=test mocha-webpack --watch --webpack-config build/webpack.test.config.js --require test/unit/setup.js test/unit/specs/**/*.spec.js",
|
28 | 24 | "test": "npm run unit",
|
29 | 25 | "version": "bumped release"
|
|
74 | 70 | "eslint-config-prettier": "3.0.1",
|
75 | 71 | "eslint-friendly-formatter": "4.0.1",
|
76 | 72 | "eslint-loader": "2.1.0",
|
| 73 | + "eslint-plugin-babel": "^5.1.0", |
77 | 74 | "eslint-plugin-import": "2.14.0",
|
78 | 75 | "eslint-plugin-node": "7.0.1",
|
79 | 76 | "eslint-plugin-prettier": "2.6.2",
|
|
0 commit comments