Skip to content

Commit 4cd6631

Browse files
committed
made main path relative
1 parent ed877e9 commit 4cd6631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bbox-fns",
33
"version": "0.15.0",
44
"description": "Light-weight JavaScript Bounding Box Utility Functions",
5-
"main": "index.js",
5+
"main": "./index.js",
66
"files": [
77
"index.js",
88
"bbox-area.js",

0 commit comments

Comments
 (0)