From d5658e978d9a7234e537d57c45069ce223cb3853 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Thu, 21 Jun 2012 16:03:11 -0400 Subject: [PATCH] Removes scripts:postinstall from package.json, see: 286c4d91dde12ba32f4a56273d05374b1cbb79e7 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 538d2ddd53..4bfd8dc6e4 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,5 @@ "grunt": ">=0.3.9", "testswarm": "0.2.2" }, - "keywords": [], - "scripts": { - "postinstall": "./node_modules/grunt/bin/grunt" - } + "keywords": [] }