Skip to content

Commit

Permalink
fix(Lane Scrolling): Fix lane scrolling issues and other minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Jun 24, 2021
1 parent c4a5965 commit d2e98cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ coverage
.idea
npm-debug.log
dist/
.history/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ notifications:
email: true
node_js:
- '10.22.0'
- '14.15.1'
after_success:
- npx semantic-release
branches:
Expand Down

0 comments on commit d2e98cf

Please sign in to comment.