This commit is contained in:
Guy Bedford
2015-09-14 22:03:55 +02:00
parent 08d68b07b5
commit 5488155597
+17
View File
@@ -0,0 +1,17 @@
{
"systemjs": {
"main": "inherits.js",
"format": "cjs",
"meta": {
"*.json": {
"loader": "nodelibs/json"
}
},
"map": {
"util": "@node/util",
"./inherits.js": {
"browser": "./inherits_browser.js"
}
}
}
}