Skip to content

Commit 8ec4abe

Browse files
author
Aman Patel
committed
Bump to 1.0.11
1 parent 6e35615 commit 8ec4abe

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-strap",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Bootstrap components built with Vue.js",
55
"main": "src/index.js",
66
"repository": {
@@ -49,9 +49,14 @@
4949
},
5050
"browserify": {
5151
"transform": [
52-
[
53-
"babelify", { "presets": ["es2015"] }
54-
],
52+
[
53+
"babelify",
54+
{
55+
"presets": [
56+
"es2015"
57+
]
58+
}
59+
],
5560
[
5661
"vueify"
5762
]

0 commit comments

Comments
 (0)