diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-03 22:53:17 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-03-05 00:17:45 +1300 |
commit | b45c63eb7b49b093c259b1a1bfe897d88ff5fa60 (patch) | |
tree | ddee0dc1ce4acd7922d1be7cf3c3aec938cf0032 | |
parent | 788edf13a96d5ce472c5562a3499decf9521c66f (diff) | |
download | slackbuilds-b45c63eb7b49b093c259b1a1bfe897d88ff5fa60.tar.gz |
office/trello-cli: Add nodejs dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | office/trello-cli/trello-cli.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/trello-cli/trello-cli.info b/office/trello-cli/trello-cli.info index de6fc99a45..b12bc399b5 100644 --- a/office/trello-cli/trello-cli.info +++ b/office/trello-cli/trello-cli.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mheap/trello-cli/archive/v0.3.2/trello-cli-0.3.2.ta MD5SUM="9e64954b61533d03f8184eddce836145" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="google-go-lang" +REQUIRES="google-go-lang nodejs" MAINTAINER="Tonus" EMAIL="tonus1@gmail.com" |