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
yowainwright authored Jan 5, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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"

0 comments on commit ecef885

Please sign in to comment.