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.
This commit is contained in:
Casey
2014-02-07 14:48:53 +01:00
committed by vieron
co-authored by vieron
parent 7ed79e5672
commit 1aee438bec
+2 -2
View File
@@ -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"
}