Skip to content

Commit

Permalink
Merge pull request GetStream#276 from nwoltman/babel-runtime
Browse files Browse the repository at this point in the history
Move @babel/runtime to devDependencies
  • Loading branch information
jaapbakker88 authored Jan 10, 2020
2 parents fe09547 + 457fc2c commit 44a0ccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-loader": "^8.0.0",
"chai": "^4.1.2",
"coveralls": "^3.0.1",
Expand Down Expand Up @@ -98,7 +99,6 @@
"webpack-cli": "^3.0.8"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@stream-io/cross-fetch": "^3.0.1",
"@stream-io/xmlhttp-request": "^0.4.0",
"Base64": "^1.0.1",
Expand Down

0 comments on commit 44a0ccf

Please sign in to comment.