chore(xo-server-backup-reports): remove unnecessary babel-preset-stage-0

This commit is contained in:
Julien Fontanet 2017-11-20 13:47:45 +01:00
parent 4ee0944037
commit 536a9d6e50
2 changed files with 2 additions and 4 deletions

View File

@ -43,7 +43,6 @@
"babel-cli": "^6.24.1",
"babel-plugin-lodash": "^3.2.10",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.0.1",
"dependency-check": "^2.9.1",
"rimraf": "^2.6.1"
@ -70,8 +69,7 @@
"node": 4
}
}
],
"stage-0"
]
]
}
}

View File

@ -66,7 +66,7 @@ const logError = e => {
class BackupReportsXoPlugin {
constructor (xo) {
this._xo = xo
this._report = ::this._wrapper
this._report = this._wrapper.bind(this)
}
configure ({ toMails, toXmpp }) {