support npm:debug in 0.16 and 0.17
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"browserifyCore": false
|
"main": "browser.js",
|
||||||
|
"format": "cjs",
|
||||||
|
"map": {
|
||||||
|
"./browser.js": {
|
||||||
|
"node": "./node.js"
|
||||||
|
},
|
||||||
|
"fs": "@node/fs",
|
||||||
|
"net": "@node/net",
|
||||||
|
"tty": "@node/tty",
|
||||||
|
"util": "@node/util"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"jspmNodeConversion": false,
|
||||||
|
"format": "cjs"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user