Skip to content

Commit 8f3f3df

Browse files
committed
chore: upgrade badges
1 parent 3b5c34d commit 8f3f3df

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
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 © 2023-PRESENT 三咲智子 (https://github.com/sxzz)
3+
Copyright © 2024-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: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# unplugin-inline-enum [![npm](https://img.shields.io/npm/v/unplugin-inline-enum.svg)](https://npmjs.com/package/unplugin-inline-enum) [![jsr](https://jsr.io/badges/@unplugin/inline-enum)](https://jsr.io/@unplugin/inline-enum)
1+
# unplugin-inline-enum
22

3-
[![Unit Test](https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml/badge.svg)](https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml)
3+
[![npm version][npm-version-src]][npm-version-href]
4+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
5+
[![jsr][jsr-src]][jsr-href]
6+
[![Unit Test][unit-test-src]][unit-test-href]
47

58
Inline enum values to optimize bundle size.
69

@@ -133,4 +136,15 @@ Thanks to [@xiaoxiangmoe](https://github.com/xiaoxiangmoe) and
133136

134137
## License
135138

136-
[MIT](./LICENSE) License © 2024-PRESENT [三咲智子](https://github.com/sxzz)
139+
[MIT](./LICENSE) License © 2024-PRESENT [Kevin Deng](https://github.com/sxzz)
140+
141+
<!-- Badges -->
142+
143+
[npm-version-src]: https://img.shields.io/npm/v/unplugin-inline-enum.svg
144+
[npm-version-href]: https://npmjs.com/package/unplugin-inline-enum
145+
[npm-downloads-src]: https://img.shields.io/npm/dm/unplugin-inline-enum
146+
[npm-downloads-href]: https://www.npmcharts.com/compare/unplugin-inline-enum?interval=30
147+
[jsr-src]: https://jsr.io/badges/@unplugin/inline-enum
148+
[jsr-href]: https://jsr.io/@unplugin/inline-enum
149+
[unit-test-src]: https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml/badge.svg
150+
[unit-test-href]: https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml

0 commit comments

Comments
 (0)