From db87be6dd1d43cbc551be4d443fb6cc969958130 Mon Sep 17 00:00:00 2001 From: Cory Simmons Date: Thu, 11 Sep 2014 08:16:57 -0400 Subject: [PATCH] Bump devDependencies and lock versions --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 91ff3867..a685333f 100644 --- a/package.json +++ b/package.json @@ -33,12 +33,12 @@ ], "github": "http://github.com/mojotech/jeet", "devDependencies": { - "chai": "^1.9.1", - "css-diff": "^0.4.0", - "mocha": "^1.21.4", - "node-sass": "^0.9.3", - "should": "3.1.3", - "stylus": "^0.48.1" + "chai": "1.9.1", + "css-diff": "0.4.0", + "mocha": "1.21.4", + "node-sass": "0.9.3", + "should": "4.0.4", + "stylus": "0.48.1" }, "scripts": { "test": "mocha tests"