remove unnecessary inherits override
This commit is contained in:
@@ -1,18 +1,3 @@
|
|||||||
{
|
{
|
||||||
"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