Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Commit

Permalink
Bump to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Patel committed May 16, 2016
1 parent 6e35615 commit 8ec4abe
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-strap",
"version": "1.0.10",
"version": "1.0.11",
"description": "Bootstrap components built with Vue.js",
"main": "src/index.js",
"repository": {
Expand Down Expand Up @@ -49,9 +49,14 @@
},
"browserify": {
"transform": [
[
"babelify", { "presets": ["es2015"] }
],
[
"babelify",
{
"presets": [
"es2015"
]
}
],
[
"vueify"
]
Expand Down

0 comments on commit 8ec4abe

Please sign in to comment.