jsdoc3: remove outdated conflict (#6119)

#6011 moved jsdoc-toolkit to the boneyard, but jsdoc3 still had a `conflicts_with` for it.
This commit is contained in:
Bob W. Hogg 2016-10-20 10:46:02 -04:00 committed by ilovezfs
parent b122a22c29
commit 4e4f6373a6

View file

@ -16,8 +16,6 @@ class Jsdoc3 < Formula
depends_on "node"
conflicts_with "jsdoc-toolkit", :because => "both install jsdoc"
def install
system "npm", "install", *Language::Node.std_npm_install_args(libexec)
bin.install_symlink Dir["#{libexec}/bin/*"]