From 1aee438becc3bb19e47f215dd5f4daa0da4ba633 Mon Sep 17 00:00:00 2001 From: Casey Date: Thu, 31 Oct 2013 02:58:35 -0700 Subject: [PATCH] chore: Updated node package dependencies to work on clean system. qunit->qunitjs and jquery 2.0 isn't listed in npm repository so replaced it with the git location. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 82b33debe0..536b14deeb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ], "keywords": [], "dependencies": { - "jquery": "~2.0.0" + "jquery": "git+https://github.com/jquery/jquery.git#2.0.3" }, "devDependencies": { "grunt": "~0.4.1", @@ -34,7 +34,7 @@ "grunt-contrib-cssmin": "~0.5.0", "grunt-contrib-yuidoc": "~0.4.0", "bower": "~0.9.2", - "qunit": "~1.11.0", + "qunitjs": "~1.11.0", "grunt-bump": "0.0.11", "grunt-conventional-changelog": "~1.0.0" }