Skip to content

Commit 4e51d7a

Browse files
Nick Balestralmatteis
authored andcommitted
presets specified in config already
1 parent a8f0e8c commit 4e51d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"scripts": {
2222
"eslint": "eslint --fix src/ test/",
2323
"test": "npm run build && npm run eslint && jest",
24-
"build": "babel --presets es2015 src --out-dir dist",
24+
"build": "babel src --out-dir dist",
2525
"prepublish": "npm run build"
2626
},
2727
"jest": {

0 commit comments

Comments
 (0)