From a3d945f0f1e8e908123aa8f376183c24e6c35e57 Mon Sep 17 00:00:00 2001 From: yangit Date: Fri, 20 Jun 2014 13:50:43 +0800 Subject: [PATCH] Removed duplicate dependency declaration. --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 296a724..be86417 100644 --- a/package.json +++ b/package.json @@ -56,9 +56,7 @@ "grunt-contrib-watch": "~0.5.3", "grunt-markdown": "~0.5.0", "grunt-mocha-test": "~0.8.2", - "grunt-shell": "~0.6.4", - "browser-pack": "~2.0.1", - "brfs": "~1.0.0", + "grunt-shell": "~0.6.4", "coveralls": "^2.10.0", "istanbul": "~0.2.6", "commander": "~2.2.0",