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 c21977e commit 16f8603Copy full SHA for 16f8603
circle.yml
@@ -23,7 +23,7 @@ test:
23
24
deployment:
25
npm:
26
- tag: /[0-9]+(\.[0-9]+)*/
+ tag: /v[0-9]+(\.[0-9]+)*/
27
commands:
28
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
29
- npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bootstrap-vue",
3
- "version": "0.3.6",
+ "version": "0.3.7",
4
"description": "Bootstrap 4 Components for Vue.js 2",
5
"repository": {
6
"type": "git",
@@ -39,7 +39,7 @@
39
"sass-loader": "latest",
40
"tether": "latest",
41
"vue": "latest",
42
- "vue-loader": "latest",
+ "vue-loader": "latest",
43
"webpack": "^2.1.0-beta.25"
44
},
45
"homepage": "https://bootstrap-vue.github.io",
0 commit comments