feat(dependencies): add `wd` (#12405)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
master
Atk 2 years ago committed by GitHub
parent b0561d28b5
commit 5947c3c3c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      .github/dependencies.yml

@ -36,3 +36,11 @@ dependencies:
precopy: |
set -e
find . ! -name _gradle ! -name LICENSE -delete
plugins/wd:
repo: mfaerevaag/wd
branch: master
version: tag:v0.6.0
precopy: |
set -e
rm -r test
rm install.sh tty.gif wd.1

Loading…
Cancel
Save