mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
Merge pull request #55 from sindresorhus/patch-1
Explicitly define which files that are included in the npm package
This commit is contained in:
commit
5fb950a3cb
@ -11,6 +11,11 @@
|
||||
, "browserify": "debug.js"
|
||||
, "browser": "./debug.js"
|
||||
, "engines": { "node": "*" }
|
||||
, "files": [
|
||||
"lib/debug.js",
|
||||
"debug.js",
|
||||
"index.js"
|
||||
]
|
||||
, "component": {
|
||||
"scripts": {
|
||||
"debug/index.js": "index.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user