Skip to content

Commit fcdb826

Browse files
committed
fix: exclude screenshot from published package
1 parent bd0dcb4 commit fcdb826

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm version](https://badge.fury.io/js/ccusage.svg)](https://www.npmjs.com/package/ccusage)
66

77
<div align="center">
8-
<img src="./docs/screenshot.png">
8+
<img src="https://github.com/ryoppippi/ccusage/blob/main/docs/screenshot.png?raw=true">
99
</div>
1010

1111
A CLI tool for analyzing Claude Code usage from local JSONL files.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "ryoppippi <ryoppippi.el@gmail.com> (https://github.com/ryoppippi)",
1616
"type": "module",
1717
"bin": "./dist/index.js",
18-
"files": ["dist", "docs"],
18+
"files": ["dist"],
1919
"scripts": {
2020
"build": "tsdown ./index.ts --publint --unused",
2121
"format": "biome check --write .",

0 commit comments

Comments
 (0)