Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
feat(NODEJS): switch to node-build
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Dec 30, 2021
1 parent 7aeb954 commit c074bd2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To add extra dependencies, simply append your plugin to this list, and add the h
```yaml
asdf_darwin_plugin_dependencies:
erlang: ["autoconf", "fop", "libyaml", "libxslt", "libtool", "unixodbc", "wxmac"]
nodejs: ["gpg", "gnupg"]
nodejs: ["gpg", "gnupg", "node-build"]
php: []
ruby: []
python: ["sqlite3", "xz", "zlib"]
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ asdf_darwin_optional_dependencies: []

asdf_darwin_plugin_dependencies:
erlang: ["autoconf", "fop", "libyaml", "libxslt", "libtool", "unixodbc", "wxmac"]
nodejs: ["gpg", "gnupg"]
nodejs: ["gpg", "gnupg", "node-build"]
php: []
ruby: []
python: ["sqlite3", "xz", "zlib"]
Empty file.
31 changes: 0 additions & 31 deletions tasks/plugins_darwin/plugin_tasks/nodejs.yml

This file was deleted.

0 comments on commit c074bd2

Please sign in to comment.