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.3.0 (#182)

This commit is contained in:
shimataro 2021-03-21 16:05:33 +09:00 committed by GitHub
parent 954c620b17
commit 4dfaf8f393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 266 additions and 167 deletions

View file

@ -1,6 +1,6 @@
{
"name": "install-ssh-key",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"description": "Install SSH key in .ssh",
"main": "lib/index.js",
@ -32,15 +32,15 @@
"license": "MIT",
"devDependencies": {
"@actions/core": "1.2.6",
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@vercel/ncc": "0.27.0",
"eslint": "7.20.0",
"markdownlint-cli": "0.26.0",
"npm-check-updates": "11.1.9",
"eslint": "7.22.0",
"markdownlint-cli": "0.27.1",
"npm-check-updates": "11.3.0",
"npm-run-all": "4.1.5",
"typescript": "4.2.2",
"typescript": "4.2.3",
"yaml-lint": "1.2.4"
}
}