1
0
mirror of https://github.com/librenms/librenms.git synced 2024-10-07 16:52:45 +00:00

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

8
bower.json Normal file

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