Skip to content

Commit

Permalink
Merge pull request #58 from rwjblue/updates
Browse files Browse the repository at this point in the history
Update to floating dep on @babel/core.
  • Loading branch information
rwjblue authored Apr 19, 2018
2 parents 4c13806 + 3648d2f commit b7ff3a2
Show file tree
Hide file tree
Showing 2 changed files with 350 additions and 350 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@babel/core": "7.0.0-beta.42",
"@babel/preset-env": "7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^21.0.0"
Expand All @@ -28,14 +28,14 @@
"contributors": [
"Chad Hietala <[email protected]>",
"Kris Selden <[email protected]>",
"Robert Jackson <rwjblue@gmail.com>"
"Robert Jackson <me@rwjblue.com>"
],
"license": "MIT",
"dependencies": {
"semver": "^5.3.0"
},
"peerDependencies": {
"@babel/core": "7.0.0-beta.42"
"@babel/core": "^7.0.0-beta.42"
},
"jest": {
"testMatch": [
Expand Down
Loading

0 comments on commit b7ff3a2

Please sign in to comment.