Skip to content

Commit 531e3bb

Browse files
author
opengstack-sync
committed
fix: correct version and bin path in package.json
Made-with: Cursor
1 parent 925d268 commit 531e3bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opengstack",
3-
"version": "0.14.0",
3+
"version": "0.14.2",
44
"private": false,
55
"description": "AI Engineering Workflow - Native slash commands for OpenCode. Open source AI engineering workflow. No telemetry. No tracking.",
66
"keywords": [
@@ -25,7 +25,7 @@
2525
"type": "commonjs",
2626
"main": "SKILL.md",
2727
"bin": {
28-
"opengstack": "./bin/OpenGStack.js"
28+
"opengstack": "./bin/opengstack.js"
2929
},
3030
"directories": {
3131
"doc": "docs"

0 commit comments

Comments
 (0)