Skip to content

Commit

Permalink
removing .js from core require
Browse files Browse the repository at this point in the history
  • Loading branch information
webmonarch committed Apr 26, 2012
1 parent 831a241 commit c36891e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require("./core/core.js");
require("./core/core");

require("util").puts(JSON.stringify({
"name": "d3",
Expand Down

0 comments on commit c36891e

Please sign in to comment.