From 5afd37c92ce55a8454cfcf9851f5bdd4cc6185f4 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 4 Jul 2012 20:06:35 -0400 Subject: [PATCH] Update package.json and .npmignore to allow build.js. Former-commit-id: 782a448163baa27275ca87da209db53441bdcb08 --- .npmignore | 2 -- package.json | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index 3676a6ab2..a6faaeff7 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,6 @@ *.custom.* *.min.* .* -build.* -build/ dist/ doc/*.php node_modules/ diff --git a/package.json b/package.json index 6a9e6b35b..4a6e56ba9 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,9 @@ "type": "git", "url": "https://github.com/bestiejs/lodash.git" }, + "bin": { + "lodash": "./build.js" + }, "directories": { "doc": "./doc", "test": "./test"