draw-studio 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "draw-studio",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"description": "A powerful drawing board plugin for Vue 3 with customizable tools and artistic styles",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/draw-board.umd.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"scripts": {
|
|
38
38
|
"dev:vue3": "pnpm -C play/vue3 dev",
|
|
39
39
|
"lib": "vite build",
|
|
40
|
-
"
|
|
40
|
+
"pub": "npm publish --access public"
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=16.0.0"
|