Update deps.
This commit is contained in:
parent
22bd87c965
commit
ae20ca5558
@ -1,5 +1,6 @@
|
|||||||
/examples/
|
/examples/
|
||||||
example.js
|
example.js
|
||||||
|
example.js.map
|
||||||
*.example.js
|
*.example.js
|
||||||
*.example.js.map
|
*.example.js.map
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-runtime": "^6.3.19",
|
"babel-runtime": "^6.3.19",
|
||||||
"bluebird": "^2.9.21",
|
"bluebird": "^3.1.1",
|
||||||
"event-to-promise": "^0.4.0",
|
"event-to-promise": "^0.6.0",
|
||||||
"ldapjs": "^1.0.0"
|
"ldapjs": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -37,11 +37,11 @@
|
|||||||
"babel-preset-stage-0": "^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.13.1",
|
||||||
"sinon": "^1.15.3",
|
"sinon": "^1.15.3",
|
||||||
"source-map-support": "^0.3.1",
|
"source-map-support": "^0.4.0",
|
||||||
"standard": "^5.3.0",
|
"standard": "^5.3.0",
|
||||||
"trace": "^1.2.0"
|
"trace": "^2.1.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "babel --source-maps --out-dir=dist/ src/",
|
"build": "babel --source-maps --out-dir=dist/ src/",
|
||||||
|
Loading…
Reference in New Issue
Block a user