Merge pull request #1017 from frankwallis/master

npm:debug update override to support 2.5.1
This commit is contained in:
Aluan Haddad
2016-12-23 07:24:55 -05:00
committed by GitHub
+12
View File
@@ -0,0 +1,12 @@
{
"main": "src/browser.js",
"jspmNodeConversion": false,
"format": "cjs",
"map": {
"fs": "@empty",
"net": "@empty",
"tty": "@empty",
"util": "@empty"
}
}