kanban-board-react
Advanced tools
Comparing version 1.0.22 to 1.0.23
{ | ||
"name": "kanban-board-react", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "A simple kanban board for React with zero dependencies", | ||
"license": "MIT", | ||
"scripts": { | ||
"watchbuild": "watch 'yarn build' --filter='watchfilter.js'", | ||
"build": "yarn build:esm && yarn build:cjs", | ||
@@ -19,3 +20,4 @@ "build:esm": "tsc", | ||
"react-dom": "^18.2.0", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.8.4", | ||
"watch": "^1.0.2" | ||
}, | ||
@@ -22,0 +24,0 @@ "peerDependencies": { |
1003
6