1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

update dependencies

This commit is contained in:
shimataro 2021-08-01 21:23:23 +09:00
parent 4dfaf8f393
commit 59c0af908d
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 687 additions and 528 deletions

View file

@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"lib": [
"es6"
],