We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4b4e2 commit f89b5b5Copy full SHA for f89b5b5
.babelrc
@@ -1,3 +1,3 @@
1
{
2
- "presets": [ "michaelcontento" ]
+ "presets": [ "modern-node/0.12" ]
3
}
package.json
@@ -32,7 +32,7 @@
32
"babel-cli": "^6.4.0",
33
"babel-core": "^6.4.0",
34
"babel-polyfill": "^6.3.14",
35
- "babel-preset-michaelcontento": "^1.3.0",
+ "babel-preset-modern-node": "^2.1.0",
36
"eslint": "^1.10.3",
37
"eslint-config-michaelcontento": "^1.1.1",
38
"eslint-plugin-mocha-only": "0.0.3",
0 commit comments