Skip to content

Commit

Permalink
Fix commit 637896b to use src/package.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed May 9, 2012
1 parent 2697a60 commit 1affcd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "http://github.com/mbostock/d3.git"
},
"main": "index.js",
"browserify" : "index-browserify.js",
"browserify": "index-browserify.js",
"dependencies": {
"jsdom": "0.2.14",
"sizzle": "1.1.x"
Expand Down
1 change: 1 addition & 0 deletions src/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require("util").puts(JSON.stringify({
"author": {"name": "Mike Bostock", "url": "http://bost.ocks.org/mike"},
"repository": {"type": "git", "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 1affcd2

Please sign in to comment.