Skip to content

Commit b10c872

Browse files
committed
chore: use symlinks for LICENSE and README.md
1 parent 385938a commit b10c872

File tree

7 files changed

+26
-128
lines changed

7 files changed

+26
-128
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ dist
1414
examples/**/pnpm-lock.yaml
1515
node_modules
1616
packages-integrations/runtime/*.global.js
17-
packages-integrations/vscode/LICENSE
1817
packages-integrations/vscode/src/generated
19-
packages-presets/unocss/README.md
2018
result.json
2119
interactive/app/guides/vendor/*.md
2220
interactive/app/data/guides.ts

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages-integrations/vscode/LICENSE

README.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages-presets/unocss/README.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"prepare": "esno scripts/prepare.ts",
99
"taze": "taze minor -wIr && pnpm -r --parallel run update-post",
1010
"bench": "npm -C bench run bench",
11-
"build": "esno scripts/copy-files.ts && pnpm -r --filter='./packages-*/*' run build && pnpm -r run build-post && esno scripts/postbuild.ts",
11+
"build": "pnpm -r --filter='./packages-*/*' run build && pnpm -r run build-post && esno scripts/postbuild.ts",
1212
"dev": "pnpm -r --parallel run dev",
1313
"deploy": "nr build && npm -C docs run docs:build && npm -C playground run build && npm -C interactive run build",
1414
"interactive": "npm -C interactive run dev",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021-PRESENT Anthony Fu <https://github.com/antfu>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

packages-presets/unocss/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<br>
22

33
<p align="center">
4-
<img src="https://raw.githubusercontent.com/unocss/unocss/main/playground/public/icon-gray.svg" style="width:100px;" />
4+
<img src="https://raw.githubusercontent.com/unocss/unocss/main/playground/public/icon-gray.svg" style="width:100px;" alt="UnoCSS Logo" />
55
</p>
66

77
<h1 align="center">UnoCSS</h1>
@@ -79,7 +79,7 @@ UnoCSS is made possible thanks to the inspirations from the following projects:
7979

8080
<p align="center">
8181
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg">
82-
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/>
82+
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg' alt="Sponsors"/>
8383
</a>
8484
</p>
8585

scripts/copy-files.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)