Files
ionic-framework/package.json
Brandy Carney cefb08fe32 chore(release): update to latest octokit and usage (#20601)
- rename all references of `tag` to either `gitTag` or `npmTag` based on what they contain since this was confusing throughout
- add the code to publish to git as a prerelease if the npm tag is `next`
- log the version when asking if the npm tag is correct
2020-02-24 11:46:09 -05:00

27 lines
782 B
JSON

{
"private": true,
"description": "Ionic mono-repo root package.json, used mainly to execute build scripts. This package is not published to npm.",
"scripts": {
"build": "node .scripts/build.js",
"release.dev": "node .scripts/release-dev.js",
"release.prepare": "node .scripts/prepare.js",
"release": "node .scripts/release.js",
"changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -k core -s"
},
"devDependencies": {
"@octokit/rest": "^17.0.0",
"conventional-changelog-cli": "^2.0.1",
"execa": "^0.10.0",
"fs-extra": "^7.0.0",
"inquirer": "^6.0.0",
"lerna": "^3.16.2",
"listr": "^0.14.0",
"rimraf": "^2.6.3",
"semver": "^5.5.0",
"turbocolor": "^2.4.1"
},
"engines": {
"node": ">= 10"
}
}