Skip to content

Commit d2e98cf

Browse files
committed
fix(Lane Scrolling): Fix lane scrolling issues and other minor fixes
#454, #455, #456
1 parent c4a5965 commit d2e98cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ coverage
55
.idea
66
npm-debug.log
77
dist/
8+
.history/

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ notifications:
66
email: true
77
node_js:
88
- '10.22.0'
9+
- '14.15.1'
910
after_success:
1011
- npx semantic-release
1112
branches:

0 commit comments

Comments
 (0)