Skip to content

Commit

Permalink
Prepare v0.31.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lkashef committed Oct 31, 2019
1 parent 0f0d735 commit 4d846b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github",
"main": "./lib/index",
"version": "0.31.0",
"version": "0.31.1",
"description": "GitHub integration",
"repository": "https://github.com/atom/github",
"license": "MIT",
Expand Down Expand Up @@ -207,7 +207,10 @@
"remoteFetchProtocol": {
"type": "string",
"default": "https",
"enum": ["https", "ssh"],
"enum": [
"https",
"ssh"
],
"description": "Transport protocol to prefer when creating a new git remote"
}
},
Expand Down

0 comments on commit 4d846b5

Please sign in to comment.