Skip to content

Commit 8282e77

Browse files
DangerouslyShipclaude
andcommitted
0.1.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 613b4d9 commit 8282e77

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.3
4+
5+
- Fix missing README in published package
6+
37
## 0.1.2
48

59
- Rename package from `@convex-dev/self-hosting` to `@convex-dev/static-hosting`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
{
22
"name": "@convex-dev/static-hosting",
33
"description": "A static hosting component for Convex.",
4-
"repository": "github:get-convex/static-hosting",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/get-convex/static-hosting.git"
7+
},
58
"homepage": "https://github.com/get-convex/static-hosting#readme",
69
"bugs": {
710
"url": "https://github.com/get-convex/static-hosting/issues"
811
},
9-
"version": "0.1.2",
12+
"version": "0.1.3",
1013
"license": "Apache-2.0",
1114
"keywords": [
1215
"convex",
1316
"component"
1417
],
1518
"type": "module",
1619
"bin": {
17-
"static-hosting": "./dist/cli/index.js"
20+
"static-hosting": "dist/cli/index.js"
1821
},
1922
"scripts": {
2023
"postinstall": "echo '\\n📦 @convex-dev/static-hosting installed!\\n\\n 🚀 Quick Setup (Interactive):\\n npx @convex-dev/static-hosting setup\\n\\n 🤖 For LLMs: See INTEGRATION.md for complete integration instructions\\n 📖 Manual Setup: npx @convex-dev/static-hosting init\\n'",

0 commit comments

Comments
 (0)