Update inherits@2.0.1.json
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user