Skip to content

Commit

Permalink
fix: for node 4, add runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Feb 20, 2018
1 parent 0c53fed commit 6de4d9b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
34 changes: 24 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"cli"
],
"dependencies": {
"@babel/runtime": "^7.0.0-beta.40",
"fast-glob": "^2.0.4",
"get-cff": "^0.1.2",
"make-dir": "^1.2.0",
Expand All @@ -50,6 +51,7 @@
"@babel/cli": "^7.0.0-beta.40",
"@babel/core": "^7.0.0-beta.40",
"@babel/node": "^7.0.0-beta.40",
"@babel/plugin-transform-runtime": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"@babel/register": "^7.0.0-beta.40",
"@commitlint/cli": "^6.1.0",
Expand Down Expand Up @@ -113,7 +115,8 @@
"mangle": false
}
]
]
],
"plugins": ["@babel/plugin-transform-runtime"]
},
"posthtml": {
"customElements": {}
Expand Down

0 comments on commit 6de4d9b

Please sign in to comment.