Skip to content

Commit

Permalink
version 0.1.2
Browse files Browse the repository at this point in the history
includes bug fix #1
  • Loading branch information
shwilliam committed Mar 22, 2019
1 parent 9eaf4eb commit e341105
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/v-scrollin.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var component = {render: function(){var _vm=this;var _h=_vm.$createElement;var _
];
},
replace: function replace(str, i, replacement) {
if (!replacement) { return str }
return (
str.substr(0, i) + replacement + str.substr(i + replacement.length)
);
Expand Down
2 changes: 1 addition & 1 deletion dist/v-scrollin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/v-scrollin.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
];
},
replace: function replace(str, i, replacement) {
if (!replacement) { return str }
return (
str.substr(0, i) + replacement + str.substr(i + replacement.length)
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-scrollin",
"version": "0.1.1",
"version": "0.1.2",
"description": "Vue scroll-in text component",
"author": "William L <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e341105

Please sign in to comment.