Skip to content

Commit

Permalink
package.json: cosmetise scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 28, 2023
1 parent 9dc8bcb commit b57e3a7
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 @@
"outdated": "npm outdated",
"update": "npm update",
"pack": "npm pack",
"version-patch": "npm version patch",
"version-minor": "npm version minor",
"npm-version-patch": "npm version patch",
"npm-version-minor": "npm version minor",
"npm-audit": "npm audit fix --force",
"postversion": "git push origin --all && git push origin --tags",
"git-log": "git log --pretty='%cd * %h %s' --date=short",
Expand Down

0 comments on commit b57e3a7

Please sign in to comment.