fix: Add missing quote and comma to package.json version field (#382)

This commit is contained in:
reon nishimura
2025-09-22 11:04:18 +09:00
committed by GitHub
parent f7cb0f7eb7
commit 60b4563fee

View File

@@ -1,6 +1,6 @@
{
"name": "@bifrost_inc/superclaude",
"version": "4.1.4
"version": "4.1.4",
"description": "SuperClaude Framework NPM wrapper - Official Node.js wrapper for the Python SuperClaude package. Enhances Claude Code with specialized commands and AI development tools.",
"scripts": {
"postinstall": "node ./bin/install.js",