Skip to content

Commit

Permalink
Drop deprecated babel-preset-es2015-loose dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saivann committed Oct 18, 2016
1 parent 1729d9d commit a4893ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [
"es2015-loose"
["es2015", {"loose": true}]
],
"plugins": []
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"amd-optimize": "^0.6.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-amd": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015": "^6.16.0",
"chai": "^3.5.0",
"coveralls": "^2.11.4",
"glob": "^7.0.3",
Expand Down

0 comments on commit a4893ef

Please sign in to comment.