Update package.json and .npmignore to allow build.js.

Former-commit-id: 782a448163baa27275ca87da209db53441bdcb08
This commit is contained in:
John-David Dalton
2012-07-04 20:06:35 -04:00
parent 293d0409c6
commit 5afd37c92c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
*.custom.*
*.min.*
.*
build.*
build/
dist/
doc/*.php
node_modules/

View File

@@ -31,6 +31,9 @@
"type": "git",
"url": "https://github.com/bestiejs/lodash.git"
},
"bin": {
"lodash": "./build.js"
},
"directories": {
"doc": "./doc",
"test": "./test"