Skip to content

Commit d0a830e

Browse files
committed
(bump version) 0.2.10
1 parent 530b1ae commit d0a830e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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,14 +1,14 @@
11
{
22
"name": "vue-input-ui",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "A beautiful input made with Vue JS",
55
"author": "Louis Mazel <[email protected]>",
66
"scripts": {
77
"serve": "vue-cli-service serve --mode development",
88
"build": "npm run build:lib && npm run build:docs",
99
"test": "vue-cli-service test:unit /test/specs",
1010
"lint": "vue-cli-service lint",
11-
"before-publish": "npm i && npm run lint && npm audit && && npm run build",
11+
"before-publish": "npm i && npm run lint && npm audit && npm run build",
1212
"build:docs": "vue-cli-service build --dest docs --mode production",
1313
"build:lib": "vue-cli-service build --target lib ./src/VueInputUi/index.vue",
1414
"publish-npm:beta": "npm publish --tag beta",

0 commit comments

Comments
 (0)