Skip to content

Commit 4a766c6

Browse files
authored
Point to the correct file
We should point to the correct file otherwise `commonjs` plugin may fail to resolve the module.
1 parent 290c5db commit 4a766c6

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
@@ -10,7 +10,7 @@
1010
],
1111
"author": "Raynos <[email protected]>",
1212
"repository": "git://github.com/Raynos/function-bind.git",
13-
"main": "index",
13+
"main": "index.js",
1414
"homepage": "https://github.com/Raynos/function-bind",
1515
"contributors": [
1616
{

0 commit comments

Comments
 (0)