Skip to content

Commit

Permalink
Merge pull request #227 from yowainwright/fix-import-issue
Browse files Browse the repository at this point in the history
fix: Fixes import issue
  • Loading branch information
yowainwright authored Jan 5, 2025
2 parents df10fea + 939b5c2 commit ecef885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "index.js",
"license": "MIT",
"files": [
"index.js"
"index.js",
"utils.js",
"detectFeatures.js",
"constants.js"
],
"bin": {
"es-check": "index.js"
Expand Down

0 comments on commit ecef885

Please sign in to comment.