Update inherits@2.0.1.json

This commit is contained in:
Guy Bedford
2015-09-14 22:05:09 +02:00
parent 9feaec2bea
commit 961290240b
+17 -2
View File
@@ -1,3 +1,18 @@
{
"ignore": ["test.js"]
}
"ignore": ["test.js"],
"systemjs": {
"main": "inherits.js",
"format": "cjs",
"meta": {
"*.json": {
"loader": "nodelibs/json"
}
},
"map": {
"util": "@node/util",
"./inherits.js": {
"browser": "./inherits_browser.js"
}
}
}
}