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:
@@ -24,9 +24,6 @@
|
||||
"Santhosh Thottingal",
|
||||
"Siebrand Mazeland"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1",
|
||||
|
||||
Reference in New Issue
Block a user