Skip to content

Commit 5291cf8

Browse files
committed
Update version
1 parent eeccf48 commit 5291cf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techassi/vue-youtube-iframe",
3-
"version": "1.0.4-beta.1",
3+
"version": "1.0.4-beta.2",
44
"description": "This plugin makes it easy to integrate the YouTube Iframe API into your Vue app. This plugin is Vue V3 compatible.",
55
"main": "lib/vue-youtube-iframe.umd.js",
66
"module": "lib/vue-youtube-iframe.esm.js",
@@ -12,7 +12,7 @@
1212
"vp": "npm version prerelease",
1313
"vpp": "npm version prerelease && npm publish",
1414
"preversion": "npm run test && npm run lint && npm run format",
15-
"version": "npm run build && git add -A lib",
15+
"version": "npm run build && git add -A .",
1616
"postversion": "git push && git push --tags"
1717
},
1818
"repository": {

0 commit comments

Comments
 (0)