Skip to content

Commit 6d38bde

Browse files
author
Ivan Demidov
committed
Fixed #76, unexpected token {
1 parent f61d21c commit 6d38bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"babel-cli": "^6.6.5",
4444
"babel-eslint": "^6.0.5",
4545
"babel-plugin-add-module-exports": "^0.2.0",
46-
"babel-preset-es2015-node": "^6.1.0",
46+
"babel-preset-es2015": "^6.9.0",
4747
"babel-register": "^6.7.2",
4848
"coveralls": "^2.11.9",
4949
"eslint": "^2.10.2",
@@ -58,7 +58,7 @@
5858
},
5959
"babel": {
6060
"presets": [
61-
"es2015-node"
61+
"es2015"
6262
],
6363
"plugins": [
6464
"add-module-exports"

0 commit comments

Comments
 (0)