Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fix(package): More specific package entry point
Browse files Browse the repository at this point in the history
updated package main field value with entry point
  • Loading branch information
skolmer authored Jan 19, 2020
2 parents eff7be9 + 820234a commit 166057a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"commit-msg": "validate-commit-msg",
"bench": "node ./benchmark.js"
},
"main": "./dist/lib",
"main": "./dist/lib/index.js",
"typings": "./dist/lib/index.d.ts",
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 166057a

Please sign in to comment.