Skip to content

Commit

Permalink
[package.json] Add "exports" field.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 1, 2023
1 parent 10f93dd commit e52ffc1
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,12 @@
"type": "module",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts"
}
},
"repository": "github:cubing/scramble-display",
"scripts": {
"build": "npm run build-types && npm run build-esm && npm run build-bundle-global",
Expand Down

0 comments on commit e52ffc1

Please sign in to comment.