Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtorromeo committed May 26, 2022
1 parent ae7266f commit 477af1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-patternfly",
"version": "0.3.4",
"version": "0.3.5",
"description": "PatternFly 3 components for Vue 3",
"main": "dist/vue-patternfly.umd.js",
"module": "dist/vue-patternfly.es.js",
Expand All @@ -18,7 +18,7 @@
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
"prepublishOnly": "npm run build"
"prepack": "npm run build"
},
"files": [
"dist/",
Expand Down

0 comments on commit 477af1c

Please sign in to comment.