mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
* First chunk of new release script * Re-ordered build steps to combine error codes and releases * Reorganized build files; added stub publish script * First pass at publis script. Also collect and print dry-run commits/publish commands. * Deleted old react-release-manager scripts * Cleaned up release package.json * Basic README instructions * Removed unnecessary 'async' keyword from a method * Wordsmithing * Tweaked README * Renamed build -> build-commands and publish -> publish-commands to avoid conflict with .gitignore * Bump pre-release package versions differently * Prettier * Improved CircleCI API token setup instructions message * Lint fix * Typofix
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"name": "react-release-script",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.1.0",
|
|
"child-process-promise": "^2.2.1",
|
|
"cli-spinners": "^1.1.0",
|
|
"command-line-args": "^4.0.7",
|
|
"command-line-usage": "^4.0.1",
|
|
"figlet": "^1.2.0",
|
|
"fs-extra": "^4.0.2",
|
|
"log-update": "^2.1.0",
|
|
"request-promise-json": "^1.0.4",
|
|
"semver": "^5.4.1"
|
|
}
|
|
}
|