From 1c416617125467d872dc6663d2571f7d65b915fb Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 8 Mar 2014 01:08:45 -0800 Subject: [PATCH] Add npm package.json `scripts` entry to echo testing instructions. [ci skip] --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index dc23df833..72211af15 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ ], "bugs": "https://github.com/lodash/lodash/issues", "repository": { "type": "git", "url": "https://github.com/lodash/lodash.git" }, + "scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" }, "engines": ["node", "rhino"], "files": [ "LICENSE.txt",