Skip to content

Commit 26f4597

Browse files
committed
Update tsd dependency and .gitignore file
- Update tsd version: 0.30.3 => 0.31.2. - Ignore `pnpm-lock.yaml` in .gitignore file. - Update copyright year to 2025 in README.md. - Rename "Mac" to "macOS" in gitignore comment.
1 parent 8f40cb2 commit 26f4597

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ package-lock.json
88
yarn.lock
99
yarn-error.log
1010

11-
# Mac
11+
# pnpm
12+
pnpm-lock.yaml
13+
14+
# macOS
1215
.DS_Store

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Parameter | return
3333
<br>
3434
<div align=center>
3535
<sub>
36-
&copy; 2024 &nbsp; | &nbsp; <a href="https://xn-02f.github.io" target="_blank">xn-02f</a>
36+
&copy; 2025 &nbsp; | &nbsp; <a href="https://xn-02f.github.io" target="_blank">xn-02f</a>
3737
</sub>
3838
</div>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/xn-02f/md5#readme",
2525
"devDependencies": {
2626
"ava": "6.x",
27-
"tsd": "^0.30.3"
27+
"tsd": "^0.31.2"
2828
},
2929
"engines": {
3030
"node": ">=16"

0 commit comments

Comments
 (0)