yarn-upgrade-minor
Version:
Install the latest release with the same major version.
18 lines (17 loc) • 483 B
JSON
{
"name": "yarn-upgrade-minor",
"version": "1.0.13",
"description": "Install the latest release with the same major version.",
"bin": {
"yarn-upgrade-minor": "index.js"
},
"main": "index.js",
"repository": "https://github.com/tlg-265/yarn-upgrade-minor",
"author": "Angel Hernandez <angel@theleadgroup.com>",
"license": "MIT",
"dependencies": {
"child_process": "^1.0.2",
"console.table": "^0.10.0",
"jspm": "^2.0.0-beta.7"
}
}