Skip to content

Commit

Permalink
update deps, babel
Browse files Browse the repository at this point in the history
  • Loading branch information
strathausen committed Dec 1, 2017
1 parent 5b26bae commit b9b6888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
"es2015"
"env"
],
"plugins": []
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@
"uuid": "^3.0.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-env": "^1.6.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"eslint": "^3.12.2",
Expand All @@ -73,7 +72,7 @@
"randomcolor": "^0.4.4",
"raphael": "^2.2.1",
"sinon": "^1.17.5",
"uglifyjs": "^2.4.10",
"uglify-js": "^3.2.0",
"watchify": "^3.7.0"
},
"peerDependencies": {
Expand Down

0 comments on commit b9b6888

Please sign in to comment.