Skip to content

Commit 1aee438

Browse files
beeftornadovieron
authored andcommitted
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.
1 parent 7ed79e5 commit 1aee438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"keywords": [],
2525
"dependencies": {
26-
"jquery": "~2.0.0"
26+
"jquery": "git+https://github.com/jquery/jquery.git#2.0.3"
2727
},
2828
"devDependencies": {
2929
"grunt": "~0.4.1",
@@ -34,7 +34,7 @@
3434
"grunt-contrib-cssmin": "~0.5.0",
3535
"grunt-contrib-yuidoc": "~0.4.0",
3636
"bower": "~0.9.2",
37-
"qunit": "~1.11.0",
37+
"qunitjs": "~1.11.0",
3838
"grunt-bump": "0.0.11",
3939
"grunt-conventional-changelog": "~1.0.0"
4040
}

0 commit comments

Comments
 (0)