Skip to content

Commit

Permalink
Merge branch 'release/0.13.0-beta.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Oct 27, 2020
2 parents 3c2cb69 + 7648892 commit 4392b5d
Show file tree
Hide file tree
Showing 24 changed files with 57 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
'no-trailing-spaces': 'error',
'no-unused-vars': [
'error',
{ 'args': 'none' },
{ 'args': 'none', 'varsIgnorePattern': '^_+$' },
],
'prefer-template': 'error',
'quotes': [
Expand Down
4 changes: 2 additions & 2 deletions dist/ext/lz-aggregation-tests.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ext/lz-aggregation-tests.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ext/lz-credible-sets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ext/lz-credible-sets.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ext/lz-dynamic-urls.min.js

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

2 changes: 1 addition & 1 deletion dist/ext/lz-dynamic-urls.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ext/lz-intervals-track.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ext/lz-intervals-track.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ext/lz-tabix-source.min.js

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

Loading

0 comments on commit 4392b5d

Please sign in to comment.