Skip to content

Commit 3865fb3

Browse files
committed
chore: update badges
1 parent d54670b commit 3865fb3

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2024 三咲智子 Kevin Deng (https://github.com/sxzz)
3+
Copyright © 2025-PRESENT Kevin Deng (https://github.com/sxzz)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# @quansync/fs [![npm](https://img.shields.io/npm/v/@quansync/fs.svg)](https://npmjs.com/package/@quansync/fs)
1+
# @quansync/fs
22

3-
[![Unit Test](https://github.com/quansync-dev/fs/actions/workflows/unit-test.yml/badge.svg)](https://github.com/quansync-dev/fs/actions/workflows/unit-test.yml)
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![Unit Test][unit-test-src]][unit-test-href]
46

57
Filesystem utilities for [quansync](https://github.com/quansync-dev/quansync).
68

@@ -36,4 +38,13 @@ const readFileTrimmedSync = readFileTrimmed.sync
3638

3739
## License
3840

39-
[MIT](./LICENSE) License © 2025 [三咲智子 Kevin Deng](https://github.com/sxzz)
41+
[MIT](./LICENSE) License © 2025-PRESENT [Kevin Deng](https://github.com/sxzz)
42+
43+
<!-- Badges -->
44+
45+
[npm-version-src]: https://img.shields.io/npm/v/@quansync/fs.svg
46+
[npm-version-href]: https://npmjs.com/package/@quansync/fs
47+
[npm-downloads-src]: https://img.shields.io/npm/dm/@quansync/fs
48+
[npm-downloads-href]: https://www.npmcharts.com/compare/@quansync/fs?interval=30
49+
[unit-test-src]: https://github.com/quansync-dev/fs/actions/workflows/unit-test.yml/badge.svg
50+
[unit-test-href]: https://github.com/quansync-dev/fs/actions/workflows/unit-test.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "git+https://github.com/quansync-dev/fs.git"
1515
},
16-
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
16+
"author": "Kevin Deng <sxzz@sxzz.moe>",
1717
"funding": "https://github.com/sponsors/sxzz",
1818
"files": [
1919
"dist"

0 commit comments

Comments
 (0)