Skip to content

Commit c034d83

Browse files
committed
chore: add own action
1 parent f4d0bb2 commit c034d83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"@actions/core": "^1.11.1",
1414
"@actions/github": "^6.0.0",
15-
"axios": "^1.7.7",
16-
"ncc": "^0.3.6"
15+
"axios": "^1.7.7"
1716
},
1817
"devDependencies": {
1918
"@types/jest": "^29.5.14",
2019
"@types/node": "^22.8.7",
2120
"ts-jest": "^29.2.5",
22-
"typescript": "^5.6.3"
21+
"typescript": "^5.6.3",
22+
"@vercel/ncc": "^0.34.0"
2323
}
2424
}

0 commit comments

Comments
 (0)