npm:debug update override to support 2.5.1

This commit is contained in:
Frank Wallis
2016-12-23 11:56:00 +00:00
parent f6ce6a6032
commit d13cbe6c9d
+12
View File
@@ -0,0 +1,12 @@
{
"main": "src/browser.js",
"jspmNodeConversion": false,
"format": "cjs",
"map": {
"fs": "@empty",
"net": "@empty",
"tty": "@empty",
"util": "@empty"
}
}