Skip to content

Commit e359e3c

Browse files
Merge pull request #32 from jonathanrodgz/fix-main-file-package
Set package.json main to src/index.js
2 parents 3c04248 + d35b0b5 commit e359e3c

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
@@ -1,7 +1,7 @@
11
{
22
"name": "json-as-xlsx",
33
"version": "2.3.9",
4-
"main": "src/index.ts",
4+
"main": "src/index.js",
55
"license": "MIT",
66
"types": "types/index.d.ts",
77
"description": "Create excel xlsx file from json",

0 commit comments

Comments
 (0)