Revert "chore: version 1.0.7"

This reverts commit 67501e404fb975dcfebd69d8b96ec33f24439c82.
This commit is contained in:
AI Engineer 2026-06-11 14:02:23 +08:00
parent 67501e404f
commit 016a7e7a42

View File

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