1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 19:02:20 -05:00

refresh dev deps to fix ci

This commit is contained in:
Tankred Hase 2013-09-15 19:41:59 +02:00
parent dc7feaa80a
commit 0d45d86bce

View File

@ -16,13 +16,12 @@
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.1", "grunt": "~0.4.1",
"mocha": "~1.12.0", "mocha": "~1.13.0",
"chai": "~1.7.2", "chai": "~1.7.2",
"sinon": "~1.7.3", "sinon": "~1.7.3",
"grunt-contrib-connect": "~0.5.0", "grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.6.3", "grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-qunit": "~0.2.2", "grunt-contrib-qunit": "~0.2.2",
"grunt-mocha-test": "~0.6.3",
"grunt-mocha": "~0.4.1" "grunt-mocha": "~0.4.1"
} }
} }