Skip to content

Commit 14c6368

Browse files
author
Ivan Demidov
committedJun 14, 2016
Fixed #70, change babel preset
1 parent 27c1cbb commit 14c6368

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@
4343
"babel-cli": "^6.6.5",
4444
"babel-eslint": "^6.0.4",
4545
"babel-plugin-add-module-exports": "^0.2.0",
46-
"babel-preset-es2015-node6": "^0.2.0",
46+
"babel-preset-es2015-node": "^6.1.0",
4747
"babel-register": "^6.7.2",
4848
"coveralls": "^2.11.9",
49-
"nyc": "^6.2.1",
50-
"updtr": "^0.1.10",
5149
"eslint": "^2.10.2",
5250
"eslint-config-xo": "^0.14.1",
5351
"eslint-formatter-pretty": "^0.2.2",
5452
"eslint-plugin-ava": "^2.3.1",
5553
"eslint-plugin-babel": "^3.2.0",
5654
"eslint-plugin-require-path-exists": "^1.1.5",
57-
"eslint-plugin-xo": "^0.4.3"
55+
"eslint-plugin-xo": "^0.4.3",
56+
"nyc": "^6.2.1",
57+
"updtr": "^0.1.10"
5858
},
5959
"babel": {
6060
"presets": [
61-
"es2015-node6"
61+
"es2015-node"
6262
],
6363
"plugins": [
6464
"add-module-exports"

0 commit comments

Comments
 (0)
Please sign in to comment.