Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit a318d99

Browse files
authored
fix: babel dependency management (#66)
1 parent 277f38f commit a318d99

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

package-lock.json

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
4040
"@babel/preset-env": "^7.1.6",
4141
"@babel/runtime": "^7.0.0",
42+
"babel-plugin-syntax-jsx": "^6.18.0",
4243
"babel-plugin-transform-vue-jsx": "^3.7.0",
4344
"doctrine": "^2.1.0",
4445
"hash-sum": "^1.0.2",
@@ -54,14 +55,12 @@
5455
},
5556
"devDependencies": {
5657
"@babel/cli": "^7.0.0",
57-
"@babel/plugin-syntax-jsx": "^7.0.0",
5858
"@babel/plugin-transform-runtime": "^7.0.0",
5959
"@babel/preset-flow": "^7.0.0",
6060
"babel-core": "7.0.0-bridge.0",
6161
"babel-eslint": "^8.2.6",
6262
"babel-helper-vue-jsx-merge-props": "^2.0.3",
6363
"babel-jest": "^23.6.0",
64-
"babel-plugin-syntax-jsx": "^6.18.0",
6564
"eslint": "^5.4.0",
6665
"eslint-plugin-import": "^2.14.0",
6766
"eslint-plugin-prettier": "^2.6.2",

0 commit comments

Comments
 (0)