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 41b2b1f commit 2f92259Copy full SHA for 2f92259
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@inventory-shield/vue-checkbox-radio",
3
- "version": "0.7.1",
+ "version": "0.7.3",
4
"description": "Checkbox and radio component for Vue.js 3",
5
"keywords": [
6
"checkbox",
@@ -14,7 +14,8 @@
14
"scripts": {
15
"build": "webpack --mode=production --progress",
16
"docs": "webpack --mode=production --progress --config docs/webpack.config.js",
17
- "docs-watch": "webpack --progress --config docs/webpack.config.js --watch"
+ "docs-watch": "webpack --progress --config docs/webpack.config.js --watch",
18
+ "prepublishOnly": "npm run build"
19
},
20
"author": {
21
"name": "Mario Juárez",
0 commit comments