Skip to content

Commit e0ed7e3

Browse files
committed
👕 refactor(npm): remove unneccesary modules and update tasks
1 parent 06bd634 commit e0ed7e3

File tree

2 files changed

+238
-470
lines changed

2 files changed

+238
-470
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
"babel-eslint": "^8.2.5",
1919
"conventional-changelog-cli": "^1.2.0",
2020
"conventional-github-releaser": "^1.1.3",
21-
"cross-env": "^5.0.5",
2221
"eslint": "^4.19.1",
2322
"eslint-plugin-vue": "^4.7.1",
2423
"git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
2524
"jest": "^23.4.1",
2625
"jest-serializer-vue": "^2.0.2",
27-
"nyc": "^10.2.0",
2826
"vue": "^2.4.2",
2927
"vue-i18n": "^8.0.0",
3028
"vue-jest": "^2.6.0",
@@ -68,11 +66,10 @@
6866
"scripts": {
6967
"changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
7068
"clean": "rm -rf ./coverage",
71-
"coverage": "./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov",
7269
"lint": "eslint --fix --ext .js,.vue ./src",
7370
"release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
7471
"test": "npm run lint && npm run test:cover",
75-
"test:cover": "cross-env BABEL_ENV=test ./node_modules/.bin/nyc report --reporter=html ava",
72+
"test:cover": "jest --coverage",
7673
"test:unit": "jest"
7774
}
7875
}

0 commit comments

Comments
 (0)