Skip to content

Commit 860a2c3

Browse files
committed
[#366] moving babel from dep to dev-dep
1 parent 8cd8b4f commit 860a2c3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"@creativecommons/vocabulary": "^2020.11.3",
2525
"@creativecommons/vue-vocabulary": "^2020.11.3",
2626
"@sentry/vue": "^5.29.2",
27-
"babel-plugin-transform-require-context": "^0.1.1",
2827
"bulma": "^0.9.1",
2928
"clipboard": "^2.0.6",
3029
"core-js": "^3.6.5",
@@ -38,7 +37,6 @@
3837
"vuex": "^3.5.1"
3938
},
4039
"devDependencies": {
41-
"live-server": "^1.2.1",
4240
"@fullhuman/postcss-purgecss": "^3.1.3",
4341
"@vue/cli-plugin-babel": "^4.4.6",
4442
"@vue/cli-plugin-e2e-nightwatch": "^4.4.6",
@@ -48,6 +46,7 @@
4846
"@vue/eslint-config-standard": "^5.1.2",
4947
"@vue/test-utils": "^1.1.2",
5048
"babel-eslint": "^10.1.0",
49+
"babel-plugin-transform-require-context": "^0.1.1",
5150
"clipboardy": "^2.3.0",
5251
"cypress": "^6.3.0",
5352
"eslint": "^6.8.0",
@@ -60,6 +59,7 @@
6059
"eslint-plugin-standard": "^4.0.1",
6160
"eslint-plugin-vue": "^6.2.2",
6261
"lint-staged": "^9.5.0",
62+
"live-server": "^1.2.1",
6363
"prettier": "^1.19.1",
6464
"shx": "^0.3.3",
6565
"stylelint": "^13.10.0",

0 commit comments

Comments
 (0)