Skip to content

Commit bff632d

Browse files
authored
fix: incorrect path in types field in package.json
1 parent 6f5fc7f commit bff632d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.3",
44
"main": "./dist/index.js",
55
"module": "./dist/index.js",
6-
"types": "./index.d.ts",
6+
"types": "./dist/index.d.ts",
77
"scripts": {
88
"prettier": "prettier --write \"{src,__{tests,mocks}__}/**/*.{tsx,ts}\"",
99
"gen-tree": "ts-node ./src/create-snapshot.ts",

0 commit comments

Comments
 (0)