2
0
mirror of https://github.com/therootcompany/request.js synced 2025-02-21 13:38:04 +00:00

style: add 'npm run version' for better commit messages

This commit is contained in:
AJ ONeal 2022-09-28 23:05:43 -06:00
parent fd6ed8722e
commit 736dc3779c
Signed by: coolaj86
GPG Key ID: 585419CA6DB0AA23

View File

@ -16,7 +16,8 @@
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"version": "npm version -m \"chore(release): bump to v%s\""
},
"repository": {
"type": "git",