From 25985295be0ab91b1ef4477d1822796016e651b7 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 20 Jul 2013 13:25:47 +0200 Subject: [PATCH] Explicitly define which files that are included in the npm package --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 380f613..fc5650f 100644 --- a/package.json +++ b/package.json @@ -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",