Simpler no-global for CommonJS.
We don’t need the index.js to unset the global if we don’t set it.
This diff is collapsed.
index.js
deleted
100644 → 0
... | ... | @@ -25,7 +25,7 @@ |
"type": "git", | ||
"url": "https://github.com/mbostock/d3.git" | ||
}, | ||
"main": "index.js", | ||
"main": "d3.js", | ||
"browserify": "d3.js", | ||
"jspm": { | ||
"main": "d3", | ||
... | ... |
Please register or sign in to comment