Skip to content

Commit 25fb9df

Browse files
update publish config
1 parent f65b8b1 commit 25fb9df

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-shell",
3-
"version": "0.2.0",
3+
"version": "1.2.0",
44
"description": "Shell command execution plugin for ElizaOS with directory restrictions and history tracking",
55
"type": "module",
66
"main": "dist/index.js",
@@ -12,8 +12,12 @@
1212
"test:watch": "vitest"
1313
},
1414
"keywords": ["eliza", "plugin", "shell", "terminal", "command", "history"],
15-
"author": "",
15+
"author": "elizaOS",
1616
"license": "MIT",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/elizaos/eliza.git"
20+
},
1721
"dependencies": {
1822
"@elizaos/core": "^1.2.0",
1923
"cross-spawn": "^7.0.6",
@@ -28,5 +32,8 @@
2832
},
2933
"files": [
3034
"dist"
31-
]
35+
],
36+
"publishConfig": {
37+
"access": "public"
38+
}
3239
}

0 commit comments

Comments
 (0)