Skip to content

Commit

Permalink
Main
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSpencer committed Jan 2, 2024
1 parent e024534 commit ba2b69b
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 @@ -3,6 +3,7 @@
"version": "2.0.16",
"description": "Pluggable typesafe components to add a trello like kanban board to your application",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": {
".": {
"require": "./dist/index.js",
Expand Down Expand Up @@ -67,7 +68,7 @@
"storybook": "7.6.7",
"styled-components": "^5.3.9",
"tsup": "^8.0.1",
"playwright":"^1.40.1",
"playwright": "^1.40.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down

0 comments on commit ba2b69b

Please sign in to comment.