Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
Version 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Nov 11, 2018
1 parent 156ae6c commit b90d95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/maintain.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ $ rm ghuser-github-contribs-7.8.9.tgz

```bash
$ sudo npm uninstall -g @ghuser/github-contribs
$ sudo npm install . -g
$ sudo npm install -g .
```

and test it briefly, e.g.

```bash
$ github-contribs --version
$ github-contribs --since 2018-09-14 AurelienLourot
$ github-contribs --since 2018-11-11 AurelienLourot
```

## Commit your changes, create a git tag and push
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ghuser/github-contribs",
"version": "2.2.3",
"version": "2.2.4",
"description": "List all GitHub repos a user has contributed to since the beginning of time.",
"license": "Unlicense",
"repository": {
Expand Down

0 comments on commit b90d95c

Please sign in to comment.