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 6e35615 commit 8ec4abeCopy full SHA for 8ec4abe
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-strap",
3
- "version": "1.0.10",
+ "version": "1.0.11",
4
"description": "Bootstrap components built with Vue.js",
5
"main": "src/index.js",
6
"repository": {
@@ -49,9 +49,14 @@
49
},
50
"browserify": {
51
"transform": [
52
- [
53
- "babelify", { "presets": ["es2015"] }
54
- ],
+ [
+ "babelify",
+ {
55
+ "presets": [
56
+ "es2015"
57
+ ]
58
+ }
59
+ ],
60
[
61
"vueify"
62
]
0 commit comments