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.0.3 (#137)

This commit is contained in:
shimataro 2020-06-06 15:22:19 +09:00 committed by GitHub
parent ae1cf3fcc9
commit be59087152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1203 additions and 562 deletions

View file

@ -1,6 +1,6 @@
{
"name": "install-ssh-key",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"description": "Install SSH key in .ssh",
"main": "lib/main.js",
@ -31,17 +31,17 @@
"author": "shimataro",
"license": "MIT",
"dependencies": {
"@actions/core": "1.2.3"
"@actions/core": "1.2.4"
},
"devDependencies": {
"@types/node": "13.11.1",
"@typescript-eslint/eslint-plugin": "2.27.0",
"@typescript-eslint/parser": "2.27.0",
"eslint": "6.8.0",
"markdownlint-cli": "0.22.0",
"npm-check-updates": "4.1.2",
"@types/node": "14.0.11",
"@typescript-eslint/eslint-plugin": "3.1.0",
"@typescript-eslint/parser": "3.1.0",
"eslint": "7.2.0",
"markdownlint-cli": "0.23.1",
"npm-check-updates": "6.0.1",
"npm-run-all": "4.1.5",
"typescript": "3.8.3",
"typescript": "3.9.5",
"yaml-lint": "1.2.4"
}
}