Skip to content

Commit

Permalink
Merge 13e683f into ec95ec4
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed Aug 28, 2018
2 parents ec95ec4 + 13e683f commit 8389d40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"test": "npm run cov && npm run test:lint"
},
"devDependencies": {
"@babel/core": "7.0.0-rc.3",
"@babel/preset-env": "7.0.0-rc.3",
"@babel/register": "7.0.0-rc.3",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-plugin-istanbul": "^4.1.6",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
Expand All @@ -34,6 +34,6 @@
"mocha": "^5.0.0",
"nyc": "^12.0.1",
"rollup": "^0.65.0",
"rollup-plugin-babel": "^4.0.0-beta.7"
"rollup-plugin-babel": "^4.0.2"
}
}

0 comments on commit 8389d40

Please sign in to comment.