From 34353144008a6fa30529c4c78bd0992f5f29bd45 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 31 Aug 2014 22:12:30 -0700 Subject: [PATCH] Remove unneeded "bugs" entry in package.json. [ci skip] --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e6941fdb2..8bd568772 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "Kit Cambridge (http://kitcambridge.be/)", "Mathias Bynens (http://mathiasbynens.be/)" ], - "bugs": "https://github.com/lodash/lodash/issues", "repository": "lodash/lodash", "scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" }, "engines": ["node", "rhino"],