From febf52d7b7efe12f79da2a1e9f767eebcde9e313 Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sat, 25 Mar 2017 18:16:48 -0700 Subject: [PATCH] Update URLs for Yarn --- yarn.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.json b/yarn.json index 53e8407666..944d9d5e94 100644 --- a/yarn.json +++ b/yarn.json @@ -11,14 +11,14 @@ "nvm" ] }, - "url": "https://github.com/yarnpkg/yarn/releases/download/v0.21.3/yarn-0.21.3.msi", + "url": "https://yarnpkg.com/downloads/0.21.3/yarn-0.21.3.msi", "hash": "3b4e34f8a3b3c4cb63f2da5411fe7a7977f35e65679b45b68773de4ed24a0d1c", "bin": "Yarn\\bin\\yarn.cmd", "checkver": { - "url": "https://github.com/yarnpkg/yarn/releases/latest", - "re": "/releases/tag/v([\\d.]+)" + "url": "https://yarnpkg.com/latest-version", + "re": "([\\d.]+)" }, "autoupdate": { - "url": "https://github.com/yarnpkg/yarn/releases/download/v$version/yarn-$version.msi" + "url": "https://yarnpkg.com/downloads/$version/yarn-$version.msi" } }