Update jquery to 2.2.4 and webpack to 1.13.1.

This commit is contained in:
John-David Dalton
2016-05-20 21:45:58 -07:00
parent f3af61de97
commit f35d479d5e

View File

@@ -39,7 +39,7 @@
"fs-extra": "~0.30.0",
"glob": "^7.0.3",
"istanbul": "0.4.3",
"jquery": "^2.2.3",
"jquery": "^2.2.4",
"jscs": "^3.0.1",
"lodash": "4.11.2",
"markdown-doctest": "^0.6.0",
@@ -50,6 +50,6 @@
"requirejs": "^2.2.0",
"sauce-tunnel": "^2.4.0",
"uglify-js": "2.6.2",
"webpack": "^1.12.15"
"webpack": "^1.13.1"
}
}