tods-competition-factory 2.0.0-alpha.0 → 3.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "
|
|
25
|
+
"version": "3.0.0-alpha.0",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -71,7 +71,6 @@
|
|
|
71
71
|
"scripts": {
|
|
72
72
|
"commits": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --no-merges --pretty=format:'%s: %h' | sed '/factory/d'",
|
|
73
73
|
"release": "npm run release:patch",
|
|
74
|
-
"prerelease": "npm run commits && npm run prerelease && npm publish --tag prerelease",
|
|
75
74
|
"release:alpha": "npm run commits && npm version premajor --preid alpha && npm publish --tag alpha",
|
|
76
75
|
"release:beta": "npm run commits && npm version prerelease --preid beta && npm publish --tag beta",
|
|
77
76
|
"release:major": "npm run commits && npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
|