Skip to content

Commit

Permalink
bower: use std_npm_args
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 31, 2024
1 parent 9c01995 commit 2545e8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/b/bower.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "language/node"

class Bower < Formula
desc "Package manager for the web"
homepage "https://bower.io/"
Expand All @@ -23,7 +21,7 @@ class Bower < Formula
depends_on "node"

def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
system "npm", "install", *std_npm_args
bin.install_symlink Dir["#{libexec}/bin/*"]
end

Expand Down

0 comments on commit 2545e8d

Please sign in to comment.