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.
This commit is contained in:
Nathan Rajlich 2014-04-14 18:00:26 -07:00
parent 2109329b39
commit e289c89b21

View File

@ -14,4 +14,9 @@
"lib/debug.js",
"debug.js"
]
, "component": {
"scripts": {
"debug/index.js": "debug.js"
}
}
}