-
-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Pull Request contributors to package.json
- Loading branch information
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|