build: Remove jquery from package.json dependencies (unused)

Follows-up 2ce74db801.

This is not a node.js project. There are no references to
node_modules/jquery in file paths anywhere, and also no usage
of "require('jquery')".

Currently it just delays 'npm install'.
This commit is contained in:
Timo Tijhof
2014-10-09 05:32:39 +02:00
parent ff100e271b
commit 940c779b59

View File

@@ -24,9 +24,6 @@
"Santhosh Thottingal",
"Siebrand Mazeland"
],
"dependencies": {
"jquery": "~1.7.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1",