Skip to content

Commit

Permalink
fix: pdfmake type dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Jun 30, 2022
1 parent 83d844c commit 720f7fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,13 @@
"html",
"dom"
],
"dependencies": {
"@types/pdfmake": "^0.1.21"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/jsdom": "^16.2.14",
"@types/mocha": "^9.1.1",
"@types/pdfmake": "^0.1.21",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"c8": "^7.11.3",
Expand Down

0 comments on commit 720f7fc

Please sign in to comment.