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

Commit

Permalink
chore: make npm-humans reflect thursday
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Jan 13, 2017
1 parent 661ac82 commit c8afc92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions humans.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
"twitter": "nexdrew",
"username": "nexdrew"
},
"aredridel": {
"email": "aria@npmjs.com",
"github": "aredridel",
"name": "Aria Stewart",
"twitter": "aredridel",
"username": "aredridel"
},
"ag_dubs": {
"email": "ashley@npmjs.com",
"github": "ashleygwilliams",
Expand Down Expand Up @@ -69,13 +62,6 @@
"username": "ehsalazar",
"twitter": "ehsalazar"
},
"othiym23": {
"email": "forrest@npmjs.com",
"github": "othiym23",
"name": "Forrest L Norvell",
"username": "othiym23",
"twitter": "othiym23"
},
"isaacs": {
"email": "isaacs@npmjs.com",
"github": "isaacs",
Expand Down Expand Up @@ -125,13 +111,6 @@
"username": "mmalecki",
"twitter": "maciejmalecki"
},
"stubbornella": {
"email": "nicole@npmjs.com",
"github": "stubbornella",
"name": "Nicole Sullivan",
"twitter": "stubbornella",
"username": "stubbornella"
},
"rockbot": {
"email": "raquel@npmjs.com",
"github": "rockbot",
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var test = require("tap").test

test("humans", function (t) {
t.ok((typeof humans === "object"), "humans are objects")
t.equal(Object.keys(humans).length, 23, "there are 23 humans")
t.equal(Object.keys(humans).length, 20, "there are 20 humans")
t.ok(humans.ceejbot, "one of them is ceejbot")
t.equal(humans.ceejbot.email, "ceej@npmjs.com", "ceejbot's email address is ceej@npmjs.com")
t.equal(humans.ceejbot.avatar, "https://s.gravatar.com/avatar/d4d41847af095b91aa8ed1d1145f5e03?size=512&default=retro", "ceejbot has an HTTPS gravatar")
Expand Down

0 comments on commit c8afc92

Please sign in to comment.