Skip to content

Commit

Permalink
Add Pull Request contributors to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Oct 3, 2017
1 parent 8eab2f4 commit 5c827a4
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,35 @@
"prepublishOnly": "npm run build",
"test": "npm run eslint"
},
"keywords": ["pdf", "pdf-viewer", "react"],
"keywords": [
"pdf",
"pdf-viewer",
"react"
],
"author": {
"name": "Wojciech Maj",
"email": "[email protected]"
},
"contributors": [
{
"name": "Niklas Närhinen",
"email": "[email protected]"
"name": "Anenth",
"email": "[email protected]"
},
{
"name": "Artur Termenji",
"email": "[email protected]"
},
{
"name": "Bart Van Houtte",
"email": "[email protected]"
},
{
"name": "Niklas Närhinen",
"email": "[email protected]"
},
{
"name": "Thomas McCarthy",
"email": "[email protected]"
}
],
"license": "MIT",
Expand Down Expand Up @@ -55,7 +71,12 @@
"react": "^15.5.0 || ^16.0.0",
"react-dom": "^15.5.0 || ^16.0.0"
},
"files": ["LICENSE", "README.md", "build/", "src/"],
"files": [
"LICENSE",
"README.md",
"build/",
"src/"
],
"repository": {
"type": "git",
"url": "https://github.com/wojtekmaj/react-pdf.git"
Expand Down

0 comments on commit 5c827a4

Please sign in to comment.