We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0dcb4 commit fcdb826Copy full SHA for fcdb826
2 files changed
README.md
@@ -5,7 +5,7 @@
5
[](https://www.npmjs.com/package/ccusage)
6
7
<div align="center">
8
- <img src="./docs/screenshot.png">
+ <img src="https://github.com/ryoppippi/ccusage/blob/main/docs/screenshot.png?raw=true">
9
</div>
10
11
A CLI tool for analyzing Claude Code usage from local JSONL files.
package.json
@@ -15,7 +15,7 @@
15
"author": "ryoppippi <ryoppippi.el@gmail.com> (https://github.com/ryoppippi)",
16
"type": "module",
17
"bin": "./dist/index.js",
18
- "files": ["dist", "docs"],
+ "files": ["dist"],
19
"scripts": {
20
"build": "tsdown ./index.ts --publint --unused",
21
"format": "biome check --write .",
0 commit comments