Revert "Merge pull request #265 from vatesfr/revert-babel-6"

This reverts commit 8907290d27, reversing
changes made to eb55cba34a.
This commit is contained in:
Julien Fontanet 2016-03-23 09:41:08 +01:00
parent 36f5084c52
commit df99f5c0a5
3 changed files with 15 additions and 14 deletions

View File

@ -1,15 +1,12 @@
{ {
"comments": false, "comments": false,
"compact": true, "compact": true,
"optional": [ "plugins": [
// Experimental features. "transform-decorators-legacy",
// "minification.constantFolding", "transform-runtime"
// "minification.deadCodeElimination", ],
"presets": [
"es7.asyncFunctions", "stage-0",
"es7.decorators", "es2015"
"es7.exportExtensions",
"es7.functionBind",
"runtime"
] ]
} }

View File

@ -8,4 +8,4 @@ if (process.env.DEBUG === undefined) {
} }
// Import the real main module. // Import the real main module.
module.exports = require('./dist') module.exports = require('./dist').default

View File

@ -36,7 +36,7 @@
"dependencies": { "dependencies": {
"@marsaud/smb2-promise": "^0.2.0", "@marsaud/smb2-promise": "^0.2.0",
"app-conf": "^0.4.0", "app-conf": "^0.4.0",
"babel-runtime": "^5", "babel-runtime": "^6.5.0",
"base64url": "^1.0.5", "base64url": "^1.0.5",
"blocked": "^1.1.0", "blocked": "^1.1.0",
"bluebird": "^3.1.1", "bluebird": "^3.1.1",
@ -131,12 +131,16 @@
"xo-remote-parser": "^0.1.0" "xo-remote-parser": "^0.1.0"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^4.0.10", "babel-eslint": "^5.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.0.0", "chai": "^3.0.0",
"dependency-check": "^2.4.0", "dependency-check": "^2.4.0",
"ghooks": "^1.0.3", "ghooks": "^1.0.3",
"gulp": "git://github.com/gulpjs/gulp#4.0", "gulp": "git://github.com/gulpjs/gulp#4.0",
"gulp-babel": "^5", "gulp-babel": "^6",
"gulp-coffee": "^2.3.1", "gulp-coffee": "^2.3.1",
"gulp-plumber": "^1.0.0", "gulp-plumber": "^1.0.0",
"gulp-sourcemaps": "^1.5.1", "gulp-sourcemaps": "^1.5.1",