chore: version 1.0.1

This commit is contained in:
AI Engineer 2026-06-04 19:21:45 +08:00
parent 1744c8e534
commit 66f24fdbe0

View File

@ -1,6 +1,6 @@
{
"name": "@web/kanban",
"version": "1.0.0",
"name": "@apigo.cc/kanban",
"version": "1.0.1",
"type": "module",
"main": "dist/kanban.js",
"module": "dist/kanban.js",
@ -10,7 +10,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "playwright test"
"test": "playwright test",
"pub": "node scripts/publish.js"
},
"devDependencies": {
"@playwright/test": "^1.40.0",