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

Commit

Permalink
chore(readme): update contributor count
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Garant committed Oct 11, 2019
1 parent 9edf46a commit a60994c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node GH

[![All Contributors](https://img.shields.io/badge/all_contributors-79-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-85-orange.svg?style=flat-square)](#contributors-)
[![NPM version](http://img.shields.io/npm/v/gh.svg?style=flat)](http://npmjs.org/gh)
[![Build Status](http://img.shields.io/travis/node-gh/gh/master.svg?style=flat)](https://travis-ci.org/node-gh/gh)
[![Known Vulnerabilities](https://snyk.io/test/github/node-gh/gh/badge.svg)](https://snyk.io/test/github/node-gh/gh)
Expand Down
5 changes: 5 additions & 0 deletions count.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const fs = require('fs')

const users = JSON.parse(fs.readFileSync('.all-contributorsrc').toString())

console.log(users.contributors.length)

0 comments on commit a60994c

Please sign in to comment.