Skip to content

Commit 78a7a6b

Browse files
committed
fix(#205): removes secret-agent alias
1 parent 46d8c0e commit 78a7a6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app-config-cli/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
],
2323
"bin": {
2424
"ac": "dist/index.js",
25-
"app-config": "dist/index.js",
26-
"app-config-secret-agent": "dist/start-secret-agent.js"
25+
"app-config": "dist/index.js"
2726
},
2827
"scripts": {
2928
"start": "node ./dist/index.js",

0 commit comments

Comments
 (0)