Skip to content

Commit

Permalink
fix(package): mv @babel/runtime from devdeps to deps
Browse files Browse the repository at this point in the history
@babel/runtime is needed during runtime for tiny-di to work properly
  • Loading branch information
DanielSchuech authored and ds82 committed Feb 25, 2019
1 parent 3f19767 commit 21717bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@babel/plugin-transform-react-constant-elements": "7.2.0",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/runtime": "7.2.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "23.6.0",
"git-changelog": "0.1.8",
Expand All @@ -68,6 +67,7 @@
"travis-deploy-once": "^5.0.9"
},
"dependencies": {
"@babel/polyfill": "7.0.0"
"@babel/polyfill": "7.0.0",
"@babel/runtime": "7.2.0"
}
}

0 comments on commit 21717bf

Please sign in to comment.