Skip to content

Commit

Permalink
Add exports to package.json (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 authored Jan 7, 2025
1 parent 0def213 commit f64bfdf
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 @@ -5,6 +5,11 @@
"schemaVersion": "v7",
"main": "./build/index",
"types": "./build/index.d.ts",
"exports": {
".": "./build/index.js",
"./*.js": "./build/*.js",
"./aws/*.js": "./build/aws/*.js"
},
"type": "module",
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"engines": {
Expand Down Expand Up @@ -65,6 +70,7 @@
"build/**/*.js",
"build/**/*.css",
"build/**/*.json",
"build/**/*.d.ts",
"icons/*.png"
],
"author": "",
Expand Down

0 comments on commit f64bfdf

Please sign in to comment.