Skip to content

Commit

Permalink
chore: adds missing licenses to package.json (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMeissner authored Aug 30, 2022
1 parent 1a89506 commit 001a208
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/fresh-moons-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@react-pdf/pdfkit': patch
'@react-pdf/png-js': patch
---

chore: adds missing licenses to package.json
1 change: 1 addition & 0 deletions packages/pdfkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@react-pdf/pdfkit",
"version": "2.4.0",
"license": "MIT",
"description": "A PDF generation library for Node.js",
"main": "./lib/pdfkit.cjs.js",
"module": "./lib/pdfkit.es.js",
Expand Down
1 change: 1 addition & 0 deletions packages/png-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@react-pdf/png-js",
"description": "A PNG decoder in JS",
"version": "2.1.0",
"license": "MIT",
"main": "./lib/png-js.cjs.js",
"module": "./lib/png-js.es.js",
"browser": {
Expand Down

0 comments on commit 001a208

Please sign in to comment.