support npm:debug in 0.16 and 0.17

This commit is contained in:
guybedford
2016-06-03 23:44:11 +02:00
parent 68bdcc6e0d
commit ce7f6534f2
2 changed files with 16 additions and 1 deletions
+12 -1
View File
@@ -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"
}
}
+4
View File
@@ -0,0 +1,4 @@
{
"jspmNodeConversion": false,
"format": "cjs"
}