Skip to content

Commit 59e213a

Browse files
committed
chore: refer directly to index.js file
Doesn't matter for Node, but tools like `unpkg` and `runpkg` gets confused.
1 parent b161c26 commit 59e213a

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
@@ -14,7 +14,7 @@
1414
"email": "[email protected]",
1515
"url": "jkimbo.com"
1616
},
17-
"main": "lib/",
17+
"main": "lib/index.js",
1818
"files": [
1919
"docs/",
2020
"lib/"

0 commit comments

Comments
 (0)