Skip to content

Commit

Permalink
Merge pull request #652 from christjt/christjt/package-health
Browse files Browse the repository at this point in the history
fix(package.json): add export map
  • Loading branch information
trusktr authored Jun 23, 2023
2 parents 0508229 + f439388 commit 283e66e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"main": "dist/tween.cjs.js",
"types": "dist/tween.d.ts",
"module": "dist/tween.esm.js",
"exports": {
".": {
"import": "./dist/tween.esm.js",
"require": "./dist/tween.cjs.js"
}
},
"files": [
"dist",
"README.md",
Expand Down

0 comments on commit 283e66e

Please sign in to comment.