Revert to Babel 5.

This commit is contained in:
Julien Fontanet 2015-11-25 10:21:02 +01:00
parent d45461bc47
commit 45681e645b
2 changed files with 9 additions and 12 deletions

View File

@ -1,11 +1,12 @@
{ {
"comments": false, "comments": false,
"compact": true, "compact": true,
"plugins": [ "optional": [
"transform-runtime" "es7.asyncFunctions",
], "es7.decorators",
"presets": [ "es7.exportExtensions",
"stage-0", "es7.functionBind",
"es2015" "runtime"
] ]
} }

View File

@ -26,18 +26,14 @@
"dist/" "dist/"
], ],
"dependencies": { "dependencies": {
"babel-runtime": "^6.1.18", "babel-runtime": "^5.8.34",
"nodemailer": "^1.10.0", "nodemailer": "^1.10.0",
"nodemailer-markdown": "^1.0.0", "nodemailer-markdown": "^1.0.0",
"pify": "^2.3.0" "pify": "^2.3.0"
}, },
"devDependencies": { "devDependencies": {
"babel-cli": "^6.1.18", "babel": "^5.8.34",
"babel-core": "^6.1.21",
"babel-eslint": "^4.1.5", "babel-eslint": "^4.1.5",
"babel-plugin-transform-runtime": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"clarify": "^1.0.5", "clarify": "^1.0.5",
"dependency-check": "^2.5.1", "dependency-check": "^2.5.1",
"mocha": "^2.3.4", "mocha": "^2.3.4",