Update deps.

This commit is contained in:
Julien Fontanet 2015-06-16 12:46:11 +02:00
parent 82766d1645
commit f61a16074b

View File

@ -23,18 +23,18 @@
"dist/"
],
"dependencies": {
"babel-runtime": "^4",
"babel-runtime": "^5",
"bluebird": "^2.9.21",
"event-to-promise": "^0.3.2",
"ldapjs": "^0.7.1"
},
"devDependencies": {
"babel": "^4",
"mocha": "*",
"must": "*",
"sinon": "*",
"source-map-support": "^0.2.10",
"standard": "*"
"babel": "^5",
"mocha": "^2.2.5",
"must": "^0.12.0",
"sinon": "^1.15.3",
"source-map-support": "^0.3.1",
"standard": "^4.2.1"
},
"scripts": {
"build": "mkdir -p dist && babel --optional=runtime --compact=true --source-maps --out-dir=dist/ src/",