mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
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:
parent
2109329b39
commit
e289c89b21
@ -14,4 +14,9 @@
|
||||
"lib/debug.js",
|
||||
"debug.js"
|
||||
]
|
||||
, "component": {
|
||||
"scripts": {
|
||||
"debug/index.js": "debug.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user