chore(npm): mark hanzo-ai (raycast) + hanzo-ide (vscode) npm-private
npm rejects the unscoped 'hanzo-ai' name (too similar to existing 'hanzoai'), and both publish to their OWN stores (Raycast Store / VS Marketplace) via dedicated jobs — they don't belong on npm. Setting private so pnpm -r publish skips them.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"name": "hanzo-ai",
|
||||
"version": "1.0.0",
|
||||
"title": "Hanzo AI",
|
||||
"description": "Hanzo AI in the Raycast command bar — ask Hanzo, and summarize, explain, rewrite, translate, or fix the grammar of your selection or clipboard, wired to the api.hanzo.ai gateway via the published @hanzo/ai.",
|
||||
"description": "Hanzo AI in the Raycast command bar \u2014 ask Hanzo, and summarize, explain, rewrite, translate, or fix the grammar of your selection or clipboard, wired to the api.hanzo.ai gateway via the published @hanzo/ai.",
|
||||
"icon": "hanzo-icon.png",
|
||||
"author": "hanzo",
|
||||
"categories": [
|
||||
@@ -154,5 +154,6 @@
|
||||
"src",
|
||||
"assets",
|
||||
"README.md"
|
||||
]
|
||||
],
|
||||
"private": true
|
||||
}
|
||||
|
||||
@@ -405,5 +405,6 @@
|
||||
"out",
|
||||
"images",
|
||||
"README.md"
|
||||
]
|
||||
],
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user