Skip to content

Commit d77b2ca

Browse files
committed
Version 1.1.0
1 parent 4e20c68 commit d77b2ca

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"name": "authorizedkeys-github",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A server that fetches public keys of all members of a github project and writes them into an `.ssh/authorized_keys` file.",
5-
"engines": {"node": "8"},
6-
"keywords": ["authorized_keys", "ssh", "public key", "public keys", "authorized keys"],
5+
"engines": {
6+
"node": "8"
7+
},
8+
"keywords": [
9+
"authorized_keys",
10+
"ssh",
11+
"public key",
12+
"public keys",
13+
"authorized keys"
14+
],
715
"main": "index.js",
816
"scripts": {
917
"test": "node test.js"

0 commit comments

Comments
 (0)