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

Commit d691654

Browse files
committed
fix: forgot babel runtime for babel 7
1 parent 0aca049 commit d691654

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 1 addition & 3 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"license": "MIT",
3636
"homepage": "https://github.com/vue-styleguidist/vue-docgen-api#readme",
3737
"dependencies": {
38+
"@babel/runtime": "^7.0.0",
3839
"doctrine": "^2.1.0",
3940
"hash-sum": "^1.0.2",
4041
"htmlparser2": "^3.9.2",
@@ -54,7 +55,6 @@
5455
"@babel/plugin-transform-runtime": "^7.0.0",
5556
"@babel/preset-env": "^7.1.6",
5657
"@babel/preset-flow": "^7.0.0",
57-
"@babel/runtime": "^7.0.0",
5858
"babel-core": "7.0.0-bridge.0",
5959
"babel-eslint": "^8.2.6",
6060
"babel-helper-vue-jsx-merge-props": "^2.0.3",

0 commit comments

Comments
 (0)