diff --git a/packages/xo-server-auth-ldap/package.json b/packages/xo-server-auth-ldap/package.json index ba2c9ddcf..bc5696391 100644 --- a/packages/xo-server-auth-ldap/package.json +++ b/packages/xo-server-auth-ldap/package.json @@ -44,7 +44,6 @@ "babel-cli": "^6.3.17", "babel-eslint": "^7.0.0", "babel-plugin-transform-runtime": "^6.3.13", - "babel-preset-babili": "^0.0.5", "babel-preset-latest": "^6.16.0", "babel-preset-stage-0": "^6.3.13", "cross-env": "^3.1.3", @@ -65,14 +64,6 @@ "prepublish": "npm run build" }, "babel": { - "env": { - "production": { - "comments": false, - "presets": [ - "babili" - ] - } - }, "plugins": [ "transform-runtime" ],