Skip to content

Commit 4a2a1e3

Browse files
author
Pooya Parsa
committed
v0.10.0-alpha.7
1 parent 42fba32 commit 4a2a1e3

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": "bootstrap-vue",
3-
"version": "0.10.0-alpha.6",
3+
"version": "0.10.0-alpha.7",
44
"description": "Bootstrap 4 Components for Vue.js 2",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",
@@ -27,7 +27,7 @@
2727
"docs-gen": "nuxt generate",
2828
"docs-deploy": "cd scripts && ./gh-pages",
2929
"lint": "xo",
30-
"lint-fix": "xo --fix"
30+
"test":"yarn lint"
3131
},
3232
"dependencies": {
3333
"bootstrap": "^4.0.0-",

0 commit comments

Comments
 (0)