Skip to content

Commit

Permalink
fix: fix main entrypoint in package.json
Browse files Browse the repository at this point in the history
Point it correctly to index.js instead of properties.js
  • Loading branch information
mdvorak committed Apr 15, 2023
1 parent 00ae204 commit f3e9487
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"engines": {
"node": ">= 14"
},
"main": "lib/properties.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"src"
Expand Down

0 comments on commit f3e9487

Please sign in to comment.