Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 4d846b5

Browse files
committed
Prepare v0.31.1 release
1 parent 0f0d735 commit 4d846b5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "github",
33
"main": "./lib/index",
4-
"version": "0.31.0",
4+
"version": "0.31.1",
55
"description": "GitHub integration",
66
"repository": "https://github.com/atom/github",
77
"license": "MIT",
@@ -207,7 +207,10 @@
207207
"remoteFetchProtocol": {
208208
"type": "string",
209209
"default": "https",
210-
"enum": ["https", "ssh"],
210+
"enum": [
211+
"https",
212+
"ssh"
213+
],
211214
"description": "Transport protocol to prefer when creating a new git remote"
212215
}
213216
},

0 commit comments

Comments
 (0)