Skip to content

Commit 477af1c

Browse files
committed
chore: version bump
1 parent ae7266f commit 477af1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-patternfly",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "PatternFly 3 components for Vue 3",
55
"main": "dist/vue-patternfly.umd.js",
66
"module": "dist/vue-patternfly.es.js",
@@ -18,7 +18,7 @@
1818
"scripts": {
1919
"dev": "vite",
2020
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
21-
"prepublishOnly": "npm run build"
21+
"prepack": "npm run build"
2222
},
2323
"files": [
2424
"dist/",

0 commit comments

Comments
 (0)