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 42fba32 commit 4a2a1e3Copy full SHA for 4a2a1e3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bootstrap-vue",
3
- "version": "0.10.0-alpha.6",
+ "version": "0.10.0-alpha.7",
4
"description": "Bootstrap 4 Components for Vue.js 2",
5
"main": "dist/bootstrap-vue.common.js",
6
"web": "dist/bootstrap-vue.js",
@@ -27,7 +27,7 @@
27
"docs-gen": "nuxt generate",
28
"docs-deploy": "cd scripts && ./gh-pages",
29
"lint": "xo",
30
- "lint-fix": "xo --fix"
+ "test":"yarn lint"
31
},
32
"dependencies": {
33
"bootstrap": "^4.0.0-",
0 commit comments