Skip to content

Commit fc94a9e

Browse files
brainkimclaude
andcommitted
chore: add package metadata and README links
- Add author, repository, homepage, bugs to package.json - Add Website, GitHub, npm links to README header 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 594ec4b commit fc94a9e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# ZenDB
2-
The simple database client.
32

4-
Define tables. Write SQL. Get objects.
3+
The simple database client. Define tables. Write SQL. Get objects.
54

6-
Cultivate your data.
5+
[Website](https://zendb.org) · [GitHub](https://github.com/bikeshaving/zen) · [npm](https://www.npmjs.com/package/@b9g/zen)
76

87
## Installation
98

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,16 @@
105105
"postgres",
106106
"mysql"
107107
],
108+
"author": "Brian Kim <[email protected]>",
108109
"license": "MIT",
110+
"repository": {
111+
"type": "git",
112+
"url": "https://github.com/bikeshaving/zen.git"
113+
},
114+
"homepage": "https://zendb.org",
115+
"bugs": {
116+
"url": "https://github.com/bikeshaving/zen/issues"
117+
},
109118
"module": "./dist/src/zen.js",
110119
"types": "./dist/src/zen.d.ts"
111120
}

0 commit comments

Comments
 (0)