Skip to content

Commit f89b5b5

Browse files
replace babel-preset-michaelcontento with -modern-node
1 parent 5b4b4e2 commit f89b5b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": [ "michaelcontento" ]
2+
"presets": [ "modern-node/0.12" ]
33
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-cli": "^6.4.0",
3333
"babel-core": "^6.4.0",
3434
"babel-polyfill": "^6.3.14",
35-
"babel-preset-michaelcontento": "^1.3.0",
35+
"babel-preset-modern-node": "^2.1.0",
3636
"eslint": "^1.10.3",
3737
"eslint-config-michaelcontento": "^1.1.1",
3838
"eslint-plugin-mocha-only": "0.0.3",

0 commit comments

Comments
 (0)