Include README.md in npm package

- Add README.md to files array so it appears on npmjs.com
- Bump version to 0.2.8

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Colby McHenry
2026-01-20 03:23:40 -06:00
co-authored by Claude Opus 4.5
parent 214ea0dbb0
commit 14c0d5ae88
+3 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@colbymchenry/codegraph", "name": "@colbymchenry/codegraph",
"version": "0.2.7", "version": "0.2.8",
"description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase", "description": "A local-first code intelligence system that builds a semantic knowledge graph from any codebase",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
@@ -8,7 +8,8 @@
"codegraph": "./dist/bin/codegraph.js" "codegraph": "./dist/bin/codegraph.js"
}, },
"files": [ "files": [
"dist" "dist",
"README.md"
], ],
"scripts": { "scripts": {
"build": "tsc && npm run copy-assets", "build": "tsc && npm run copy-assets",