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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"name": "@bifrost_inc/superclaude", "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.", "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": { "scripts": {
"postinstall": "node ./bin/install.js", "postinstall": "node ./bin/install.js",