Skip to content

Commit aa5b92b

Browse files
JannikBrackjannik brack
andauthored
change path from type to a file that exists (#193)
In the package.json the "type" path derects to a file, that exists in dist/src Co-authored-by: jannik brack <jannik.brack@wheregroup.com>
1 parent 3c16c31 commit aa5b92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"module": "dist/index.esm.js",
77
"source": "src/index.ts",
8-
"types": "dist/index.d.ts",
8+
"types": "dist/src/index.d.ts",
99
"scripts": {
1010
"build": "rollup -c",
1111
"start": "storybook dev",

0 commit comments

Comments
 (0)