Skip to content

Commit

Permalink
feat: Install binary also at components-v1 alias
Browse files Browse the repository at this point in the history
So eventually Components v2 and v1 can be used together on one system
  • Loading branch information
medikoo committed Jan 6, 2022
1 parent d5dba72 commit 0614a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Serverless Components CLI",
"main": "./src/index.js",
"bin": {
"components": "./bin/bin"
"components": "./bin/bin",
"components-v1": "./bin/bin"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0614a04

Please sign in to comment.