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 ae7266f commit 477af1cCopy full SHA for 477af1c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-patternfly",
3
- "version": "0.3.4",
+ "version": "0.3.5",
4
"description": "PatternFly 3 components for Vue 3",
5
"main": "dist/vue-patternfly.umd.js",
6
"module": "dist/vue-patternfly.es.js",
@@ -18,7 +18,7 @@
18
"scripts": {
19
"dev": "vite",
20
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
21
- "prepublishOnly": "npm run build"
+ "prepack": "npm run build"
22
},
23
"files": [
24
"dist/",
0 commit comments