1
0
Fork 0

Update package.json

pull/340/head
Konrad Pabjan 2020-02-11 16:14:57 -05:00
parent 3a694ab1f4
commit eaa69979ba
1 changed files with 2 additions and 2 deletions

View File

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