Skip to content

Commit 6274865

Browse files
committed
Fix main in package.json
1 parent 88a1683 commit 6274865

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
@@ -19,7 +19,7 @@
1919
"contributors": [
2020
"Titus Wormer <[email protected]> (http://wooorm.com)"
2121
],
22-
"main": "index.js",
22+
"main": "index.json",
2323
"files": [
2424
"index.json"
2525
],

0 commit comments

Comments
 (0)