fix(release): Restore yaml runtime dependency

Move yaml into runtime dependencies so the published npm installer
works in clean npx environments again. Bump the package to 9.5.1,
add the patch release notes, and keep README metadata aligned with
the release state.

Fixes #445
This commit is contained in:
sickn33
2026-04-03 18:26:36 +02:00
parent 25e55b5677
commit 9637cbc5a9
6 changed files with 34 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "antigravity-awesome-skills",
"version": "9.5.0",
"version": "9.5.1",
"description": "1,344+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"license": "MIT",
"scripts": {
@@ -55,7 +55,7 @@
"app:build": "npm run app:setup && cd apps/web-app && npm run build",
"app:preview": "cd apps/web-app && npm run preview"
},
"devDependencies": {
"dependencies": {
"yaml": "^2.8.2"
},
"repository": {