We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd638 commit 9729963Copy full SHA for 9729963
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@watermarkify/vue-watermark",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"private": false,
5
"packageManager": "[email protected]",
6
"description": "Vue Watermark",
@@ -48,7 +48,7 @@
48
"play:build": "vite build playground",
49
"play:release": "pnpm run play:build && rsync -rvzh ./playground/dist/ ./docs/",
50
"test": "vitest",
51
- "release": "pnpm build && bumpp --commit --tag --push && pnpm publish"
+ "release": "pnpm build && bumpp --commit --tag --push"
52
},
53
"dependencies": {
54
"vue": "^3.3.4"
0 commit comments