Skip to content

Commit

Permalink
fix: imports map
Browse files Browse the repository at this point in the history
  • Loading branch information
LexSwed committed May 16, 2023
1 parent 2c40396 commit fecc285
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.1",
"license": "Apache-2.0",
"type": "module",
"types": "dist/types/index.d.ts",
"main": "./dist/cjs/fxtrot-ui.cjs",
"module": "./dist/esm/fxtrot-ui.mjs",
"types": "./dist/types/tailwind/preset.d.ts",
"main": "./dist/cjs/lib.cjs",
"module": "./dist/esm/lib.mjs",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
Expand Down

1 comment on commit fecc285

@vercel
Copy link

@vercel vercel bot commented on fecc285 May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fxtrot-ui – ./

fxtrot-ui.vercel.app
fxtrot-ui-git-main-lexswed.vercel.app
fxtrot-ui-lexswed.vercel.app

Please sign in to comment.