mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 19:07:49 +00:00
Update package.json and .npmignore to allow build.js.
Former-commit-id: 782a448163baa27275ca87da209db53441bdcb08
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
*.custom.*
|
*.custom.*
|
||||||
*.min.*
|
*.min.*
|
||||||
.*
|
.*
|
||||||
build.*
|
|
||||||
build/
|
|
||||||
dist/
|
dist/
|
||||||
doc/*.php
|
doc/*.php
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|||||||
@@ -31,6 +31,9 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bestiejs/lodash.git"
|
"url": "https://github.com/bestiejs/lodash.git"
|
||||||
},
|
},
|
||||||
|
"bin": {
|
||||||
|
"lodash": "./build.js"
|
||||||
|
},
|
||||||
"directories": {
|
"directories": {
|
||||||
"doc": "./doc",
|
"doc": "./doc",
|
||||||
"test": "./test"
|
"test": "./test"
|
||||||
|
|||||||
Reference in New Issue
Block a user