Merge pull request #55 from sindresorhus/patch-1

Explicitly define which files that are included in the npm package
This commit is contained in:
TJ Holowaychuk 2013-08-09 03:25:33 -07:00
commit 5fb950a3cb

View File

@ -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",