grunt-cli: renamed from grunt
Closes #13016. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
5ab2b935e8
commit
c8ad86aa69
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require "language/node"
|
||||
|
||||
class Grunt < Formula
|
||||
class GruntCli < Formula
|
||||
desc "JavaScript Task Runner"
|
||||
homepage "https://gruntjs.com/"
|
||||
url "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz"
|
|
@ -64,6 +64,7 @@
|
|||
"google-perftools": "gperftools",
|
||||
"gradle214": "gradle@2.14",
|
||||
"grails25": "grails@2.5",
|
||||
"grunt": "grunt-cli",
|
||||
"gsl1": "gsl@1",
|
||||
"gst-plugins-bad010": "gst-plugins-bad@0.10",
|
||||
"gst-plugins-base010": "gst-plugins-base@0.10",
|
||||
|
|
Loading…
Reference in a new issue