Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge 3c76baf into a393b60
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebheim committed Feb 26, 2018
2 parents a393b60 + 3c76baf commit b581c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": [["es2015", { "loose": true, "modules": false }], "stage-0"],
"presets": ["env", "stage-0"],
"compact": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"async": "^2.0.0",
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
Expand Down

0 comments on commit b581c2c

Please sign in to comment.