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", "homepage": "https://github.com/actions/toolkit/tree/master/packages/artifact",
"license": "MIT", "license": "MIT",
"main": "lib/artifact.js", "main": "lib/artifact-client.js",
"types": "lib/artifact.d.ts", "types": "lib/artifact-client.d.ts",
"directories": { "directories": {
"lib": "lib", "lib": "lib",
"test": "__tests__" "test": "__tests__"