Skip to content

Commit

Permalink
[MINOR] added missing dependency babel/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Meneses committed May 3, 2018
1 parent c57eb73 commit 39954f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@babel/plugin-transform-runtime": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-es2015": "^7.0.0-beta.42",
"@babel/runtime": "^7.0.0-beta.42",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.1.4",
Expand All @@ -41,6 +40,9 @@
"prettier": "1.11.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.42"
},
"peerDependencies": {
"graphql": ">= 0.11.7"
},
Expand Down

0 comments on commit 39954f0

Please sign in to comment.