From: Iskren Chernev Date: Wed, 3 Apr 2013 07:01:22 +0000 (+0100) Subject: Added nodeunit as devDependency X-Git-Tag: 2.1.0~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F706%2Fhead;p=thirdparty%2Fmoment.git Added nodeunit as devDependency nodeunit is needed as a direct dependency for grunt tasks zone and zones. --- diff --git a/package.json b/package.json index 748edb009..d954274ab 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "devDependencies" : { "uglify-js" : "latest", "grunt" : "latest", + "nodeunit" : "latest", "grunt-contrib-jshint" : "latest", "grunt-contrib-nodeunit" : "latest", "grunt-contrib-concat" : "latest",