Skip to content

Commit

Permalink
package: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
hbbio committed Apr 19, 2024
1 parent f24fa75 commit 400cb21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "dist/cells.umd.cjs",
"module": "dist/cells.js",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/cells.js",
Expand All @@ -20,7 +21,7 @@
"LICENSE"
],
"dependencies": {
"@okcontract/graph": "0.1.4"
"@okcontract/graph": "^0.1.4"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
Expand Down

0 comments on commit 400cb21

Please sign in to comment.