Browse Source

Merge pull request #2999 from theoreticaLee/master

Add PDF.js license to package.json
Yury Delendik 12 years ago
parent
commit
1764c88e75
  1. 8
      package.json

8
package.json

@ -10,5 +10,11 @@ @@ -10,5 +10,11 @@
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
}
},
"licenses": [
{
"type": "Apache v2",
"url": "https://github.com/mozilla/pdf.js/blob/master/LICENSE"
}
]
}

Loading…
Cancel
Save