This commit is contained in:
Luke Hagar
2024-03-02 12:01:14 -05:00
parent a86b0e670f
commit 5a368ce1eb

View File

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