Commit b799c203 authored by Chris Thurber's avatar Chris Thurber Committed by Ed Reel

Update yarn to remove pesky outdated text during yarn use. (#2703)

parent 9c7ad30f
...@@ -3,9 +3,9 @@ require 'package' ...@@ -3,9 +3,9 @@ require 'package'
class Yarn < Package class Yarn < Package
description 'Yarn is a new package manager for JavaScript and an alternative to npm.' description 'Yarn is a new package manager for JavaScript and an alternative to npm.'
homepage 'https://yarnpkg.com/en/' homepage 'https://yarnpkg.com/en/'
version '1.10.0' version '1.10.1'
source_url 'https://github.com/yarnpkg/yarn/releases/download/v1.10.0/yarn-v1.10.0.tar.gz' source_url 'https://github.com/yarnpkg/yarn/releases/download/v1.10.1/yarn-v1.10.1.tar.gz'
source_sha256 '83277bd505c7f4009c13077266020c97298727de7edf67af5ca66eccae9d4632' source_sha256 '97bf147cb28229e66e4e3c5733a93c851bbcb0f10fbc72696ed011774f4c6f1b'
binary_url ({ binary_url ({
}) })
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment