Chawye Hsu 12fed66296 Update yarn.json
* use env path, then Git-Bash (git-for-windows) can also use yarn.
2017-04-29 23:13:25 +08:00

25 lines
623 B
JSON

{
"homepage": "https://yarnpkg.com/",
"license": "BSD",
"version": "0.23.3",
"suggest": {
"Node.js": [
"nodejs",
"nodejs-lts"
],
"NVM": [
"nvm"
]
},
"url": "https://yarnpkg.com/downloads/0.23.3/yarn-0.23.3.msi",
"hash": "23f1481674d4d735c1961a684f5d252b7b47e6f53b68e6a295ea8a93aca4957d",
"env_add_path": "Yarn\\bin",
"checkver": {
"url": "https://yarnpkg.com/latest-version",
"re": "([\\d.]+)"
},
"autoupdate": {
"url": "https://yarnpkg.com/downloads/$version/yarn-$version.msi"
}
}