Skip to content

Commit

Permalink
make rollup not rewrite this to window
Browse files Browse the repository at this point in the history
  • Loading branch information
inorganik committed May 1, 2023
1 parent 9c2f33c commit 85bf662
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/countUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var CountUp = /** @class */ (function () {
var _this = this;
this.endVal = endVal;
this.options = options;
this.version = '2.6.1';
this.version = '2.6.2';
this.defaults = {
startVal: 0,
decimalPlaces: 0,
Expand Down
2 changes: 1 addition & 1 deletion dist/countUp.min.js

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

Loading

0 comments on commit 85bf662

Please sign in to comment.