Skip to content

Commit

Permalink
Explicitly depend on @babel/runtime (#850)
Browse files Browse the repository at this point in the history
This is meant to address #849.
  • Loading branch information
glasserc authored Sep 18, 2018
1 parent b5d8672 commit 7338cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"@babel/core": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/runtime": "^7.0.0",
"btoa": "^1.1.2",
"kinto-http": ">=4.3.3",
"uuid": "^3.0.0"
Expand All @@ -149,7 +150,6 @@
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-istanbul": "^0.12.2",
"babel-loader": "^8.0.0",
Expand Down

0 comments on commit 7338cd3

Please sign in to comment.