Skip to content

Commit 574299a

Browse files
r-priyamfavna
andauthoredSep 18, 2022
refactor: split @sapphire/time-utilities into 4 sub-packages (#462)
Co-authored-by: Jeroen Claassens <support@favware.tech>
1 parent 4dc8e53 commit 574299a

File tree

110 files changed

+1551
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1551
-229
lines changed
 

‎.all-contributorsrc

+4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"repoHost": "https://github.com",
66
"files": [
77
"packages/async-queue/README.md",
8+
"packages/cron/README.md",
89
"packages/decorators/README.md",
910
"packages/discord-utilities/README.md",
1011
"packages/discord.js-utilities/README.md",
12+
"packages/duration/README.md",
1113
"packages/eslint-config/README.md",
1214
"packages/event-iterator/README.md",
1315
"packages/fetch/README.md",
@@ -19,6 +21,8 @@
1921
"packages/snowflake/README.md",
2022
"packages/stopwatch/README.md",
2123
"packages/time-utilities/README.md",
24+
"packages/timer-manager/README.md",
25+
"packages/timestamp/README.md",
2226
"packages/ts-config/README.md",
2327
"packages/utilities/README.md",
2428
"README.md"

‎.eslintignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
22
**/dist/
33
**/docs/
4-
**/build/
5-
**/*.d.ts
4+
**/*.d.ts

0 commit comments

Comments
 (0)
Please sign in to comment.