Browse Source
Merge pull request #17 from juliangruber/add/juliangruber-and-level
add juliangruber, level
master
Feross Aboukhadijeh
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
2 deletions
-
index.js
|
|
@ -22,7 +22,8 @@ const authors = { |
|
|
|
sindresorhus: 'https://www.patreon.com/sindresorhus', |
|
|
|
staltz: 'https://en.liberapay.com/andrestaltz/', |
|
|
|
thlorenz: 'https://www.patreon.com/thlorenz', |
|
|
|
yyx990803: 'https://www.patreon.com/evanyou' |
|
|
|
yyx990803: 'https://www.patreon.com/evanyou', |
|
|
|
juliangruber: 'https://www.patreon.com/juliangruber' |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
@ -54,7 +55,8 @@ const packages = { |
|
|
|
'styled-components': 'https://opencollective.com/styled-components', |
|
|
|
tachyons: 'https://opencollective.com/tachyons', |
|
|
|
webpack: 'https://opencollective.com/webpack', |
|
|
|
yo: 'https://opencollective.com/yeoman' |
|
|
|
yo: 'https://opencollective.com/yeoman', |
|
|
|
levelup: 'https://opencollective.com/level' |
|
|
|
} |
|
|
|
|
|
|
|
module.exports = { authors, packages } |
|
|
|