We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5670cb commit 03e2e3aCopy full SHA for 03e2e3a
1 file changed
packages/happy-cli/package.json
@@ -1,13 +1,16 @@
1
{
2
"name": "happy",
3
- "version": "1.1.0-5",
+ "version": "1.1.1",
4
"description": "Mobile and Web client for Claude Code and Codex",
5
"author": "Kirill Dubovitskiy",
6
"license": "MIT",
7
"type": "module",
8
- "homepage": "https://github.com/slopus/happy-cli",
9
- "bugs": "https://github.com/slopus/happy-cli/issues",
10
- "repository": "slopus/happy-cli",
+ "homepage": "https://happy.engineering",
+ "bugs": "https://github.com/slopus/happy/issues",
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/slopus/happy"
13
+ },
14
"bin": {
15
"happy": "./bin/happy.mjs",
16
"happy-mcp": "./bin/happy-mcp.mjs"
0 commit comments