Files
react/scripts/release-manager/package.json
T
Paul O’Shannessy e3a41edd83 [rrm] npm-publish command
This will publish all packages in build/packages/*.tgz to the "next" tag. If the current version is "stable" (doesn't trigger semver.prerelease()) then it will also update the "latest" dist-tag to point at that version.
2017-01-06 06:00:09 -08:00

22 lines
506 B
JSON

{
"private": true,
"name": "react-release-manager",
"version": "1.0.0",
"description": "Tool to manage React releases",
"main": "cli.js",
"dependencies": {
"chalk": "^1.1.3",
"colors": "^1.1.2",
"github-api": "^2.2.0",
"glob": "^7.0.5",
"semver": "^5.3.0",
"vorpal": "^1.10.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Paul O'Shannessy <paul@oshannessy.com>",
"license": "BSD-3-Clause"
}