Skip to content

Commit c140ca8

Browse files
committed
chore: update badges & author name
1 parent 54fda93 commit c140ca8

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 © 2023-PRESENT 三咲智子 (https://github.com/sxzz)
3+
Copyright © 2023-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-
# unplugin-raw [![npm](https://img.shields.io/npm/v/unplugin-raw.svg)](https://npmjs.com/package/unplugin-raw)
1+
# unplugin-raw
22

3-
[![Unit Test](https://github.com/unplugin/unplugin-raw/actions/workflows/unit-test.yml/badge.svg)](https://github.com/unplugin/unplugin-raw/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
Transform file to a default-export string, and can be transformed by esbuild.
68

@@ -110,4 +112,13 @@ import text4 from './with.js' with { type: 'text' }
110112

111113
## License
112114

113-
[MIT](./LICENSE) License © 2023-PRESENT [三咲智子](https://github.com/sxzz)
115+
[MIT](./LICENSE) License © 2023-PRESENT [Kevin Deng](https://github.com/sxzz)
116+
117+
<!-- Badges -->
118+
119+
[npm-version-src]: https://img.shields.io/npm/v/unplugin-raw.svg
120+
[npm-version-href]: https://npmjs.com/package/unplugin-raw
121+
[npm-downloads-src]: https://img.shields.io/npm/dm/unplugin-raw
122+
[npm-downloads-href]: https://www.npmcharts.com/compare/unplugin-raw?interval=30
123+
[unit-test-src]: https://github.com/unplugin/unplugin-raw/actions/workflows/unit-test.yml/badge.svg
124+
[unit-test-href]: https://github.com/unplugin/unplugin-raw/actions/workflows/unit-test.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "git+https://github.com/unplugin/unplugin-raw.git"
2222
},
23-
"author": "三咲智子 Kevin Deng <[email protected]>",
23+
"author": "Kevin Deng <[email protected]>",
2424
"funding": "https://github.com/sponsors/sxzz",
2525
"files": [
2626
"dist"

0 commit comments

Comments
 (0)