Use jquery instead of jQuery in package.json

This commit is contained in:
Kartik Mistry
2014-06-09 20:07:10 +05:30
parent abc82945c1
commit a460358ae1

View File

@@ -25,7 +25,7 @@
"Siebrand Mazeland"
],
"dependencies": {
"jQuery": "~1.7.3"
"jquery": "~1.7.3"
},
"devDependencies": {
"grunt": "~0.4.1",