Skip to content

Commit

Permalink
use es2015 babel preset for /lib
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Oct 21, 2016
1 parent 94a8ff5 commit 4bbdd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"scripts": {
"docs": "esdoc -c esdoc.json",
"style": "standard",
"transpile": "babel -d lib/ src/",
"transpile": "babel --presets es2015 -d lib/ src/",
"test": "karma start --single-run",
"karma": "karma start",
"saucelabs": "karma start karma.conf-ci.js",
Expand Down

0 comments on commit 4bbdd5b

Please sign in to comment.