Babel 6.
This commit is contained in:
parent
93a07b6207
commit
2129645f39
@ -1,14 +1,11 @@
|
|||||||
{
|
{
|
||||||
"comments": false,
|
"comments": false,
|
||||||
"compact": true,
|
"compact": true,
|
||||||
"optional": [
|
"plugins": [
|
||||||
// Experimental features.
|
"transform-runtime"
|
||||||
// "minification.constantFolding",
|
],
|
||||||
// "minification.deadCodeElimination",
|
"presets": [
|
||||||
|
"stage-0",
|
||||||
"es7.asyncFunctions",
|
"es2015"
|
||||||
"es7.decorators",
|
]
|
||||||
"es7.functionBind",
|
|
||||||
"runtime"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -24,14 +24,17 @@
|
|||||||
"dist/"
|
"dist/"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^5",
|
"babel-runtime": "^6.3.19",
|
||||||
"bluebird": "^2.9.21",
|
"bluebird": "^2.9.21",
|
||||||
"event-to-promise": "^0.4.0",
|
"event-to-promise": "^0.4.0",
|
||||||
"ldapjs": "^0.7.1"
|
"ldapjs": "^0.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel": "^5",
|
"babel-cli": "^6.3.17",
|
||||||
"babel-eslint": "^4.1.3",
|
"babel-eslint": "^5.0.0-beta6",
|
||||||
|
"babel-plugin-transform-runtime": "^6.3.13",
|
||||||
|
"babel-preset-es2015": "^6.3.13",
|
||||||
|
"babel-preset-stage-0": "^6.3.13",
|
||||||
"clarify": "^1.0.5",
|
"clarify": "^1.0.5",
|
||||||
"mocha": "^2.2.5",
|
"mocha": "^2.2.5",
|
||||||
"must": "^0.12.0",
|
"must": "^0.12.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user