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

Commit b90d95c

Browse files
committed
Version 2.2.4
1 parent 156ae6c commit b90d95c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/maintain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ $ rm ghuser-github-contribs-7.8.9.tgz
3030

3131
```bash
3232
$ sudo npm uninstall -g @ghuser/github-contribs
33-
$ sudo npm install . -g
33+
$ sudo npm install -g .
3434
```
3535

3636
and test it briefly, e.g.
3737

3838
```bash
3939
$ github-contribs --version
40-
$ github-contribs --since 2018-09-14 AurelienLourot
40+
$ github-contribs --since 2018-11-11 AurelienLourot
4141
```
4242

4343
## Commit your changes, create a git tag and push

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ghuser/github-contribs",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "List all GitHub repos a user has contributed to since the beginning of time.",
55
"license": "Unlicense",
66
"repository": {

0 commit comments

Comments
 (0)