Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
refactor: remove custom scrollbar utility functions
Browse files Browse the repository at this point in the history
The custom scrollbar utilities made requiring `@air/zephyr` a co-dependency. It feels like it can
just be an app dependency.

BREAKING CHANGE: The CustomScrollbar suite of utility methods was removed.
  • Loading branch information
kylemh committed Jul 22, 2020
1 parent c4b3d69 commit 67b3164
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 134 deletions.
2 changes: 0 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@
"lint": "tsdx lint"
},
"devDependencies": {
"@air/zephyr": "^1.0.0",
"moment": "^2.27.0"
},
"peerDependencies": {
"@air/zephyr": "^1.0.0",
"moment": "^2.27.0"
}
}
70 changes: 0 additions & 70 deletions packages/utilities/src/CustomScrollbar.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/utilities/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './Bytes';
export * from './CustomScrollbar';
export * from './Initials';
export * from './InstagramUrlValidator';
export * from './Mimes';
Expand Down
61 changes: 0 additions & 61 deletions packages/utilities/test/CustomScrollbar.test.ts

This file was deleted.

0 comments on commit 67b3164

Please sign in to comment.