Skip to content

Commit

Permalink
Fix the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Nov 26, 2019
1 parent b3f7fa9 commit c386efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -38,7 +38,7 @@
"@babel/core": "^7.6.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-flow": "^7.7.4",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"commander": "^2.11.0",
Expand All @@ -58,7 +58,7 @@
},
"dependencies": {
"@babel/runtime": "^7.7.4",
"@babel/runtime-corejs3": "^7.6.3"
"@babel/runtime-corejs3": "^7.7.4"
},
"peerDependencies": {
"eslint": "^5 || ^6"
Expand Down

0 comments on commit c386efe

Please sign in to comment.