Update package.json

This commit is contained in:
Luke Hagar
2024-03-07 12:03:24 -06:00
parent 850e6d15f6
commit b307dcead4

View File

@@ -1,7 +1,7 @@
{
"name": "github-profile-stats",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
@@ -12,7 +12,9 @@
"typescript": "^5.3.3"
},
"scripts": {
"run": "yarn build && yarn start",
"build": "tsc && ncc build lib/index.js",
"start": "node lib/index.js",
"patch": "yarn version --patch",
"minor": "yarn version --minor",
"major": "yarn version --major"