Skip to content

Commit 2acb70c

Browse files
ozersclaude
andcommitted
fix: add pricing.js and pricing.json to package files
cache.js requires ./pricing but these files were missing from the files array in package.json, causing npx agentlytics to crash with MODULE_NOT_FOUND. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9075fb9 commit 2acb70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"files": [
1010
"index.js",
1111
"cache.js",
12+
"pricing.js",
13+
"pricing.json",
1214
"server.js",
1315
"share-image.js",
1416
"relay-server.js",

0 commit comments

Comments
 (0)