Skip to content

Commit b339b40

Browse files
committed
Fixed path to types
1 parent 73289a6 commit b339b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/vite-plugin-hyperstyles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
}
3333
},
3434
"./package.json": "./package.json",
35-
"./client": "./dist/client.d.ts",
36-
"./client.d.ts": "./dist/client.d.ts"
35+
"./client": "./client.d.ts",
36+
"./client.d.ts": "./client.d.ts"
3737
},
3838
"scripts": {
3939
"build": "bundle-library ."

0 commit comments

Comments
 (0)