Merge pull request #1402 from Daniel15/yarn

Update URLs for Yarn
This commit is contained in:
Simon Hartcher 2017-03-26 14:52:50 +11:00 committed by GitHub
commit c1be399628

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