Skip to content

Commit e159b81

Browse files
committed
removing .js extension from the 'main' property
1 parent 49ba8af commit e159b81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"main": "index.js",
2929
"browserify": "d3.js",
3030
"jspm": {
31-
"main": "d3.js",
31+
"main": "d3",
3232
"shim": {
3333
"d3": {
3434
"exports": "d3"

0 commit comments

Comments
 (0)