X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..430c285e33e61a004ec7bb05b71348bad48d279a:/cookbooks/nodejs/recipes/default.rb diff --git a/cookbooks/nodejs/recipes/default.rb b/cookbooks/nodejs/recipes/default.rb index 0e616ea19..602f91622 100644 --- a/cookbooks/nodejs/recipes/default.rb +++ b/cookbooks/nodejs/recipes/default.rb @@ -17,8 +17,9 @@ # limitations under the License. # -package "nodejs" -package "nodejs-legacy" -package "npm" -package "g++" -package "make" +package %w[ + nodejs + npm + g++ + make +]