Skip to content

Commit

Permalink
Make npshell notifications recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jun 26, 2015
1 parent 3961e8e commit 1ade3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npshell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ class Npshell < Formula
depends_on "bash"
depends_on "coreutils"
depends_on "fswatch"
option "with-terminal-notifier", "Enables OS X notification support."
depends_on "terminal-notifier" => :optional
option "without-terminal-notifier", "Disables OS X notification dependencies."
depends_on "terminal-notifier" => :recommended

if build.with? "terminal-notifier"
depends_on "id3v2"
Expand Down

0 comments on commit 1ade3c3

Please sign in to comment.