Skip to content

Commit c3c4162

Browse files
committed
chore(package.json): remove webpack and mocha related dependencies
These dependencies are no longer used and can be removed from the package.json
1 parent 1f5f4a7 commit c3c4162

File tree

2 files changed

+24
-500
lines changed

2 files changed

+24
-500
lines changed

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
"jsdom-global": "^3.0.2",
3838
"lerna": "^3.20.2",
3939
"markdown-it-include": "^1.0.0",
40-
"mocha": "^5.2.0",
41-
"mocha-webpack": "^1.0.1",
4240
"rollup": "1",
4341
"rollup-plugin-buble": "^0.19",
4442
"rollup-plugin-commonjs": "10",
@@ -56,9 +54,7 @@
5654
"vue-template-compiler": "^2.6.11",
5755
"vuepress": "^0.14.8",
5856
"vuepress-theme-vue": "^1.0.3",
59-
"vuex": "^3.0.1",
60-
"webpack": "^3.0.1",
61-
"webpack-node-externals": "^2.5.0"
57+
"vuex": "^3.0.1"
6258
},
6359
"devDependencies": {
6460
"@commitlint/cli": "^8.2.0",

0 commit comments

Comments
 (0)