1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00

Merge pull request #69 from PeterDaveHello/dependencies

bump dependencies, npm test passed
This commit is contained in:
Luke Plaster 2015-10-02 00:49:34 +01:00
commit 810d81adda

View File

@ -29,11 +29,11 @@
"underscore": "1.x.x"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"coffee-script": "^1.10.0",
"fs-extra": "^0.18.4",
"mocha": "^2.2.5",
"should": "~7.0.2",
"sinon": "^1.15.4"
"mocha": "^2.3.3",
"should": "~7.1.0",
"sinon": "^1.17.1"
},
"engines": {
"node": "> 0.4.1"