Skip to content

Commit

Permalink
Update dist to es5 to keep uglifyjs compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
akofman authored and nunofgs committed Mar 9, 2017
1 parent e1c0d1f commit f8afe18
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-node4"],
"presets": ["es2015"],
"plugins": ["add-module-exports"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"babel-core": "^6.16.0",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015-node4": "^2.1.0",
"babel-preset-es2015": "^6.22.0",
"eslint": "^3.6.1",
"eslint-config-seegno": "^6.0.0",
"mocha": "^3.1.0",
Expand Down

0 comments on commit f8afe18

Please sign in to comment.