2017-10-10 08:01:06 +00:00

37 lines
953 B
JSON

{
"homepage": "https://yarnpkg.com/",
"license": "BSD",
"version": "1.2.0",
"suggest": {
"Node.js": [
"nodejs",
"nodejs-lts"
],
"NVM": [
"nvm"
]
},
"url": "https://yarnpkg.com/downloads/1.2.0/yarn-1.2.0.msi",
"hash": "213ec08743ebd3c36e5768b9e19278b1d10c622b9703c0f5b6e2af8c9fef6e3e",
"persist": [
"cache",
"bin"
],
"post_install": "
yarn config delete cache # 0.24.6 | remove wrong configuration value | delete after two updates
yarn config set cache-folder \"$persist_dir\\cache\"
yarn config set prefix \"$persist_dir\\bin\"
",
"env_add_path": [
"bin",
"Yarn\\bin"
],
"checkver": {
"url": "https://yarnpkg.com/latest-version",
"re": "([\\d.]+)"
},
"autoupdate": {
"url": "https://yarnpkg.com/downloads/$version/yarn-$version.msi"
}
}