2017-09-13 18:00:17 +00:00

37 lines
953 B
JSON

{
"homepage": "https://yarnpkg.com/",
"license": "BSD",
"version": "1.0.2",
"suggest": {
"Node.js": [
"nodejs",
"nodejs-lts"
],
"NVM": [
"nvm"
]
},
"url": "https://yarnpkg.com/downloads/1.0.2/yarn-1.0.2.msi",
"hash": "da2461d6596a61df634de8b45914030fcb6b4c37a43a1dda469cdef55eeaadb9",
"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"
}
}