Skip to content

Commit

Permalink
Update the version number script name
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Nov 7, 2023
1 parent b7b308b commit 4b6036e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"license": "GPL-2.0+",
"contributors": "https://github.com/pods-framework/pods/graphs/contributors",
"scripts": {
"wporg-full-update": "npm run version-number && npm run update-required-php && npm run update-minimum-wp && npm run update-tested-wp",
"version-number": "npm run wporg-replace-stable-tag && npm run wporg-replace-plugin-version && npm run wporg-replace-package-version",
"wporg-full-update": "npm run update-version-number && npm run update-required-php && npm run update-minimum-wp && npm run update-tested-wp",
"update-version-number": "npm run wporg-replace-stable-tag && npm run wporg-replace-plugin-version && npm run wporg-replace-package-version",
"update-required-php": "npm run wporg-replace-requires-php",
"update-minimum-wp": "npm run wporg-replace-requires-at-least",
"update-tested-wp": "npm run wporg-replace-tested-up-to",
Expand Down

0 comments on commit 4b6036e

Please sign in to comment.