Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
queicherius committed Mar 16, 2017
1 parent 2056b91 commit 9287526
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"presets": ["latest", "stage-0"],
"presets": [
["env", {"targets": {"browsers": ["last 2 versions", "> 5%"], "node": 6}, "loose": true}],
"stage-0"
],
"env": {
"test": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"url": "https://github.com/gw2efficiency/tradingpost-fees"
},
"devDependencies": {
"abc-environment": "^1.0.8"
"abc-environment": "^2.0.0"
}
}

0 comments on commit 9287526

Please sign in to comment.