chore: version 1.0.1
This commit is contained in:
parent
c61fd8917b
commit
9141f39bc4
12
package.json
12
package.json
@ -1,12 +1,18 @@
|
||||
{
|
||||
"name": "@web/editor",
|
||||
"version": "1.0.0",
|
||||
"name": "@apigo.cc/editor",
|
||||
"version": "1.0.1",
|
||||
"type": "module",
|
||||
"main": "dist/editor.js",
|
||||
"module": "dist/editor.js",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"test": "playwright test",
|
||||
"preview": "vite preview"
|
||||
"preview": "vite preview",
|
||||
"pub": "node scripts/publish.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.40.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user