Skip to content

Commit

Permalink
add browserify compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstrat committed May 1, 2012
1 parent c36891e commit 637896b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index-browserify.js
@@ -0,0 +1,2 @@
require("./d3.v2");
module.exports = d3;
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -20,6 +20,7 @@
"url": "http://github.com/mbostock/d3.git"
},
"main": "index.js",
"browserify" : "index-browserify.js",
"dependencies": {
"jsdom": "0.2.14",
"sizzle": "1.1.x"
Expand Down

0 comments on commit 637896b

Please sign in to comment.