From e289c89b21d8b82a0d01c6abf85b401b2986ea46 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Mon, 14 Apr 2014 18:00:26 -0700 Subject: [PATCH] package: re-add the "component" section Was inadvertently removed in a1cf28776451b58f322519ede9f9c0076cac1345. The "component" section is only used by legacy build systems at this point, but removing this broke our Cloudup build when we tried to update to v0.8.0 of `debug`. Adding it back for v0.8.1 so that we can upgrade again. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index e1d3117..f979727 100644 --- a/package.json +++ b/package.json @@ -14,4 +14,9 @@ "lib/debug.js", "debug.js" ] + , "component": { + "scripts": { + "debug/index.js": "debug.js" + } + } }