From a95b3ba63a3cfd0c1310959b9553ddde393c28ca Mon Sep 17 00:00:00 2001 From: Mick McGrath Date: Tue, 11 Aug 2015 10:49:18 -0500 Subject: [PATCH] Added npmIgnore to system property in package.js --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cec03adf..ed363a8d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,10 @@ "map": { "jquery/jquery": "jquery", "steal-qunit/steal-qunit": "steal-qunit" - } + }, + "npmIgnore":[ + "grunt", "grunt-banner", "grunt-cli", "grunt-contrib-jshint", "testee" + ] }, "homepage": "http://jquerypp.com", "repository": {