Update URLs for Yarn

This commit is contained in:
Daniel Lo Nigro 2017-03-25 18:16:48 -07:00
parent a920ad198c
commit febf52d7b7

View File

@ -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"
}
}