Skip to content

Commit

Permalink
change: exports field
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Jun 5, 2024
1 parent f9f4f2d commit ee2314d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
},
"type": "module",
"license": "MIT",
"source": "src/index.tsx",
"module": "lib/index.esm.js",
"types": "types/index.d.ts",
"source": "./src/index.tsx",
"types": "./types/index.d.ts",
"module": "./lib/index.esm.js",
"exports": "./lib/index.esm.js",
"scripts": {
"storybook": "storybook dev -c .storybook",
"build-storybook": "storybook build -c .storybook -o .storybook-static",
Expand Down Expand Up @@ -51,7 +52,7 @@
},
"keywords": [
"react",
"time picker",
"react-time-picker",
"time-picker",
"time",
"picker"
Expand Down

0 comments on commit ee2314d

Please sign in to comment.