Update deps.
This commit is contained in:
parent
82766d1645
commit
f61a16074b
@ -23,18 +23,18 @@
|
|||||||
"dist/"
|
"dist/"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^4",
|
"babel-runtime": "^5",
|
||||||
"bluebird": "^2.9.21",
|
"bluebird": "^2.9.21",
|
||||||
"event-to-promise": "^0.3.2",
|
"event-to-promise": "^0.3.2",
|
||||||
"ldapjs": "^0.7.1"
|
"ldapjs": "^0.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel": "^4",
|
"babel": "^5",
|
||||||
"mocha": "*",
|
"mocha": "^2.2.5",
|
||||||
"must": "*",
|
"must": "^0.12.0",
|
||||||
"sinon": "*",
|
"sinon": "^1.15.3",
|
||||||
"source-map-support": "^0.2.10",
|
"source-map-support": "^0.3.1",
|
||||||
"standard": "*"
|
"standard": "^4.2.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "mkdir -p dist && babel --optional=runtime --compact=true --source-maps --out-dir=dist/ src/",
|
"build": "mkdir -p dist && babel --optional=runtime --compact=true --source-maps --out-dir=dist/ src/",
|
||||||
|
Loading…
Reference in New Issue
Block a user