Skip to content

Commit

Permalink
chore: add exports for locale and styles (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Dec 6, 2024
1 parent 45a6e4f commit d50d1ff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@
"import": "./lib/index.js",
"require": "./lib/index.umd.cjs"
},
"./lib/": "./lib/"
"./lib/locale/*": {
"types": "./lib/locale/*.d.ts",
"import": "./lib/locale/*.js",
"require": "./lib/locale/*.cjs"
},
"./lib/styles/*": {
"types": "./lib/styles/*.d.ts",
"import": "./lib/styles/*.js",
"require": "./lib/styles/*.cjs"
},
"./*": "./*"
},
"types": "types/index.d.ts",
"style": "lib/styles/index.css",
Expand Down

0 comments on commit d50d1ff

Please sign in to comment.