File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright © 2023-PRESENT 三咲智子 (https://github.com/sxzz)
3
+ Copyright © 2023-PRESENT Kevin Deng (https://github.com/sxzz)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- # unplugin-raw [ ![ npm ] ( https://img.shields.io/npm/v/unplugin-raw.svg )] ( https://npmjs.com/package/unplugin-raw )
1
+ # unplugin-raw
2
2
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 ]
4
6
5
7
Transform file to a default-export string, and can be transformed by esbuild.
6
8
@@ -110,4 +112,13 @@ import text4 from './with.js' with { type: 'text' }
110
112
111
113
## License
112
114
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
Original file line number Diff line number Diff line change 20
20
"type" : " git" ,
21
21
"url" : " git+https://github.com/unplugin/unplugin-raw.git"
22
22
},
23
- "author" :
" 三咲智子 Kevin Deng <[email protected] >" ,
23
+ "author" :
" Kevin Deng <[email protected] >" ,
24
24
"funding" : " https://github.com/sponsors/sxzz" ,
25
25
"files" : [
26
26
" dist"
You can’t perform that action at this time.
0 commit comments