Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: dual module export #607

Merged
merged 10 commits into from
Oct 18, 2023
Prev Previous commit
Next Next commit
chore: update files prop to include dual modules
  • Loading branch information
antstanley committed Oct 18, 2023
commit 045d70c5bef38639c2d76cf9597135708dec5f99
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@
"typescript": "^4.1.3"
},
"files": [
"dist/index.*",
"dist/constants.*",
"dist/classes/",
"dist/lib/"
"dist/cjs/index.*",
"dist/cjs/constants.*",
"dist/cjs/classes/",
"dist/cjs/lib/",
"dist/esm/index.*",
"dist/esm/constants.*",
"dist/esm/classes/",
"dist/esm/lib/"
]
}