-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add credit and version bump package-json
- Loading branch information
Showing
2 changed files
with
51 additions
and
36 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,41 +7,56 @@ | |
"url": "https://github.com/cjroth", | ||
"email": "[email protected]" | ||
}, | ||
"contributors": [{ | ||
"name": "Alex DeJarnatt", | ||
"url": "https://github.com/alexdej" | ||
}, { | ||
"name": "Andrea Paciolla", | ||
"email": "[email protected]", | ||
"url": "https://github.com/AndreaPaciolla" | ||
}, { | ||
"name": "Bach Ly", | ||
"url": "https://github.com/bachly" | ||
}, { | ||
"name": "Colm McBarron", | ||
"url": "https://github.com/ColmMcBarron" | ||
}, { | ||
"name": "Florian Wendelborn", | ||
"email": "[email protected]", | ||
"url": "https://github.com/dodekeract" | ||
}, { | ||
"name": "Ian Renyard", | ||
"url": "https://github.com/renyard" | ||
}, { | ||
"name": "Maxwell Barvian", | ||
"email": "[email protected]", | ||
"url": "https://github.com/barvian" | ||
}, { | ||
"name": "Paul Apostol", | ||
"url": "https://github.com/devel-pa" | ||
}, { | ||
"name": "Paul Welsh", | ||
"email": "[email protected]", | ||
"url": "https://github.com/spacedawwwg" | ||
}, { | ||
"name": "Sebastián González", | ||
"url": "https://github.com/tagae" | ||
}], | ||
"contributors": [ | ||
{ | ||
"name": "Alex DeJarnatt", | ||
"url": "https://github.com/alexdej" | ||
}, | ||
{ | ||
"name": "Andrea Paciolla", | ||
"email": "[email protected]", | ||
"url": "https://github.com/AndreaPaciolla" | ||
}, | ||
{ | ||
"name": "Bach Ly", | ||
"url": "https://github.com/bachly" | ||
}, | ||
{ | ||
"name": "Colm McBarron", | ||
"url": "https://github.com/ColmMcBarron" | ||
}, | ||
{ | ||
"name": "Florian Wendelborn", | ||
"email": "[email protected]", | ||
"url": "https://github.com/dodekeract" | ||
}, | ||
{ | ||
"name": "Ian Renyard", | ||
"url": "https://github.com/renyard" | ||
}, | ||
{ | ||
"name": "Maxwell Barvian", | ||
"email": "[email protected]", | ||
"url": "https://github.com/barvian" | ||
}, | ||
{ | ||
"name": "Paul Apostol", | ||
"url": "https://github.com/devel-pa" | ||
}, | ||
{ | ||
"name": "Paul Welsh", | ||
"email": "[email protected]", | ||
"url": "https://github.com/spacedawwwg" | ||
}, | ||
{ | ||
"name": "Sebastián González", | ||
"url": "https://github.com/tagae" | ||
}, | ||
{ | ||
"name": "Vlad Bondarenko", | ||
"url": "https://github.com/treago" | ||
} | ||
], | ||
"bugs": "https://github.com/cjroth/gulp-filelist/issues", | ||
"dependencies": { | ||
"gulp-util": "^3.0.7", | ||
|