bump up to jQuery 2.0 and start using bower for managing dependencies

This commit is contained in:
vieron
2013-06-13 11:43:37 +02:00
parent d3785c49fc
commit fa227ec66e
3 changed files with 12 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"directory": "libs",
"json": "bower.json"
}
+8
View File
@@ -0,0 +1,8 @@
{
"devDependencies": {
"qunit": "~1.11.0"
},
"dependencies": {
"jquery": "~2.0.0"
}
}
-3
View File
@@ -21,9 +21,6 @@
"url": "https://github.com/ducksboard/gridster.js/blob/master/LICENSE"
}
],
"dependencies": {
"jquery": "~1.5"
},
"keywords": [],
"devDependencies": {
"grunt": "~0.4.1",