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 c2c423e commit 038ff3eCopy full SHA for 038ff3e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@watermarkify/vue-watermark",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"private": false,
5
"packageManager": "[email protected]",
6
"description": "Vue Watermark",
@@ -45,7 +45,7 @@
45
"play": "vite playground --open",
46
"play:build": "vite build playground",
47
"test": "vitest",
48
- "release": "bumpp --commit --tag --push && pnpm publish"
+ "release": "bumpp --commit --tag --push"
49
},
50
"dependencies": {
51
"vue": "^3.3.4"
0 commit comments