Skip to content

Commit

Permalink
add the newer packages
Browse files Browse the repository at this point in the history
@rlidwka i don’t know why TJ’s avatar doesn’t work
  • Loading branch information
jonathanong committed Aug 30, 2014
1 parent 0cb7670 commit a8d6f18
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 11 deletions.
12 changes: 12 additions & 0 deletions config.yaml
Expand Up @@ -16,6 +16,11 @@ projects:
- etag
- mime-db:
node: 0.6 # you can override stuff from db.json here, i.e. node version
- mime-types
- compressible
- methods
- fresh
- range-parser
- on-headers
- on-finished
- statuses
Expand Down Expand Up @@ -50,6 +55,13 @@ maintainers:
twitter: rlidwka
email: alex@kocharin.ru

- name: TJ Holowaychuk
github: visionmedia
npm: tjholowaychuk
twitter: tjholowaychuk
email: tj@vision-media.ca
gittip: visionmedia

# this determines what info will be fetched with `make db`;
# you can comment out stuff to reduce number of http requests
db.json:
Expand Down

1 comment on commit a8d6f18

@rlidwka
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rlidwka i don’t know why TJ’s avatar doesn’t work

Me too, just compare those:

https://registry.npmjs.org/_users/org.couchdb.user:jongleberry
https://registry.npmjs.org/_users/org.couchdb.user:tjholowaychuk

Weird.

It's probably easier to get gravatar url from email directly as @dougwilson suggested earlier.

Please sign in to comment.