Skip to content

Commit aa07291

Browse files
committed
Don't commit pdf.js files to repo
1 parent a2e20cc commit aa07291

File tree

7 files changed

+36
-73319
lines changed

7 files changed

+36
-73319
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ web-dist/
77
npm-debug.log
88
.DS_Store
99
.idea/
10+
shared/pdf.js
11+
shared/pdf.worker.js
12+
shared/pdf_viewer.css
13+
shared/pdf_viewer.js

LICENSE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015-2018 Matt Zabriskie
4+
Copyright (c) 2018-2019 Submitty Team
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdf-annotate.js",
3-
"version": "18.10.0",
3+
"version": "19.04.0",
44
"description": "Annotation layer for pdf.js",
55
"main": "index.js",
66
"scripts": {
@@ -20,6 +20,15 @@
2020
"annotation"
2121
],
2222
"author": "Matt Zabriskie",
23+
"contributors": [
24+
{
25+
"name": "Victor Nazzaro"
26+
},
27+
{
28+
"name": "Matthew Peveler",
29+
"email": "[email protected]"
30+
}
31+
],
2332
"license": "MIT",
2433
"bugs": {
2534
"url": "https://github.com/Submitty/pdf-annotate.js/issues"

0 commit comments

Comments
 (0)