d3 to npm, with shim

This commit is contained in:
guybedford
2013-11-25 14:23:21 +02:00
parent 4eedfd496e
commit b5a99766cc
@@ -1,6 +1,9 @@
{ {
"main": "d3.js", "main": "d3.js",
"files": ["d3.js"], "files": ["d3.js"],
"shim": {
"exports": "d3"
},
"buildConfig": { "buildConfig": {
"uglify": true "uglify": true
} }