Skip to content

Commit

Permalink
fix npm badges
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Apr 1, 2024
1 parent 3a9ee50 commit 7785972
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/kimi.svg?style=flat-square
[npm-url]: https://npmjs.org/package/kimi
[npm-image]: https://img.shields.io/npm/v/%40jacksontian%2Fkimi
[npm-url]: https://npmjs.org/package/@jacksontian/kimi
[cov-image]: https://codecov.io/gh/JacksonTian/kimi/branch/master/graph/badge.svg
[cov-url]: https://codecov.io/gh/JacksonTian/kimi
[download-image]: https://img.shields.io/npm/dm/%40jacksontian%2Fkimi
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"bin"
],
"directories": {
"lib": "lib"
"lib": "lib",
"test": "test"
},
"type": "module",
"engines": {
Expand Down

0 comments on commit 7785972

Please sign in to comment.