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

This commit is contained in:
vieron
2013-05-02 23:57:49 +02:00
parent d3785c49fc
commit fa227ec66e
3 changed files with 12 additions and 3 deletions

4
.bowerrc Normal file
View File

@@ -0,0 +1,4 @@
{
"directory": "libs",
"json": "bower.json"
}

8
bower.json Normal file
View File

@@ -0,0 +1,8 @@
{
"devDependencies": {
"qunit": "~1.11.0"
},
"dependencies": {
"jquery": "~2.0.0"
}
}

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",