From 940c779b5947a399c6c001f4761ada8487d6cd3b Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 9 Oct 2014 05:32:39 +0200 Subject: [PATCH] build: Remove jquery from package.json dependencies (unused) Follows-up 2ce74db801abecff28d5a4b2f056ce56089db89c. 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'. --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 3684237..322310c 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,6 @@ "Santhosh Thottingal", "Siebrand Mazeland" ], - "dependencies": { - "jquery": "~1.7.3" - }, "devDependencies": { "grunt": "~0.4.1", "grunt-cli": "~0.1",