Skip to content

Commit

Permalink
fix: type declaration path in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
benjitrosch committed Mar 14, 2022
1 parent 37c01a0 commit 393e184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"types": "./dist/src/index.d.ts",
"scripts": {
"start": "start-storybook -p 6006",
"dist": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react --globals react/jsx-runtime=jsx --css inline --compress false",
Expand Down

0 comments on commit 393e184

Please sign in to comment.