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

version 2.2.0 (#177)

This commit is contained in:
shimataro 2021-02-27 14:09:25 +09:00 committed by GitHub
parent 68b956be12
commit 8053198ce5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 28 deletions

View file

@ -1,6 +1,6 @@
{
"name": "install-ssh-key",
"version": "2.1.0",
"version": "2.2.0",
"private": true,
"description": "Install SSH key in .ssh",
"main": "lib/index.js",
@ -38,9 +38,9 @@
"@vercel/ncc": "0.27.0",
"eslint": "7.20.0",
"markdownlint-cli": "0.26.0",
"npm-check-updates": "11.1.8",
"npm-check-updates": "11.1.9",
"npm-run-all": "4.1.5",
"typescript": "4.1.5",
"typescript": "4.2.2",
"yaml-lint": "1.2.4"
}
}