remove unnecessary inherits override

This commit is contained in:
Guy Bedford
2015-11-30 18:53:33 +02:00
parent df39c36bea
commit 29b911115b
+1 -16
View File
@@ -1,18 +1,3 @@
{
"ignore": ["test.js"],
"systemjs": {
"main": "inherits.js",
"format": "cjs",
"meta": {
"*.json": {
"loader": "nodelibs/json"
}
},
"map": {
"util": "@node/util",
"./inherits.js": {
"browser": "./inherits_browser.js"
}
}
}
"ignore": ["test.js"]
}