From 3a12802a4bb94bb20839f95c4c05b2c50dca5116 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 13 Mar 2014 00:10:11 -0700 Subject: [PATCH] Use shorthand for package.json "repository" field. [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72211af15..bc6b8fa68 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "Mathias Bynens (http://mathiasbynens.be/)" ], "bugs": "https://github.com/lodash/lodash/issues", - "repository": { "type": "git", "url": "https://github.com/lodash/lodash.git" }, + "repository": "lodash/lodash", "scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" }, "engines": ["node", "rhino"], "files": [