webpack 2.4.1
Closes #12442. Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
parent
d2095e931a
commit
c4a036fc18
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "language/node"
|
||||||
class Webpack < Formula
|
class Webpack < Formula
|
||||||
desc "Bundler for JavaScript and friends"
|
desc "Bundler for JavaScript and friends"
|
||||||
homepage "https://webpack.js.org/"
|
homepage "https://webpack.js.org/"
|
||||||
url "https://registry.npmjs.org/webpack/-/webpack-2.3.3.tgz"
|
url "https://registry.npmjs.org/webpack/-/webpack-2.4.1.tgz"
|
||||||
sha256 "d9e1268063f363eabd27c3a24d14ff83ed2108db0ad2fe476a1056634dee7b17"
|
sha256 "6c7998db7719986842886b77cbabb137639bc06541d093b567a4882c934bd61b"
|
||||||
head "https://github.com/webpack/webpack.git"
|
head "https://github.com/webpack/webpack.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue