1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00

add: "types" to each package.json (#221)

fix es #148
This commit is contained in:
Yusuke Sakurai 2019-12-18 01:03:58 +09:00 committed by eric sciple
parent 895bdd6dd5
commit 606e1f27ac
5 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,7 @@
"homepage": "https://github.com/actions/toolkit/tree/master/packages/exec",
"license": "MIT",
"main": "lib/tool-cache.js",
"types": "lib/tool-cache.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"