Skip to content

Commit

Permalink
[deps] Add @babel/runtime as a peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Nora Tarano committed Sep 4, 2019
1 parent fbd891e commit 1ed04bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.0.0",
"airbnb-js-shims": "^2.2.0",
"babel-plugin-transform-replace-object-assign": "^2.0.0",
"babel-preset-airbnb": "^4.0.1",
Expand All @@ -76,6 +77,7 @@
"sinon-sandbox": "^2.0.5"
},
"peerDependencies": {
"@babel/runtime": "^7.0.0",
"react": ">=0.14",
"react-with-direction": "^1.3.1"
},
Expand Down

0 comments on commit 1ed04bd

Please sign in to comment.