Refactoring

This commit is contained in:
Konrad Pabjan
2023-08-01 12:15:33 -04:00
parent 68ccf88d4e
commit 3ee6b4b169
4 changed files with 43 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
],
"homepage": "https://github.com/actions/toolkit/tree/main/packages/artifact",
"license": "MIT",
"main": "lib/artifact-client.js",
"types": "lib/artifact-client.d.ts",
"main": "lib/artifact.js",
"types": "lib/artifact.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"