Skip to content

Commit 159fe31

Browse files
authored
tweak package dot json (#197)
1 parent 39968ed commit 159fe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kittycad/lib",
3-
"version": "0.0.44",
3+
"version": "0.0.45",
44
"description": "Javascript library for KittyCAD API",
55
"type": "module",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
},
2222
"exports": {
2323
".": {
24-
"types": "./dist/types/src",
24+
"types": "./dist/types/src/index.d.ts",
2525
"import": "./dist/mjs/index.js",
2626
"require": "./dist/cjs/index.js"
2727
}

0 commit comments

Comments
 (0)