Skip to content

Commit

Permalink
Merge pull request #14 from HughePaul/update/deps-2020-03
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
HughePaul authored Mar 16, 2020
2 parents a9b362b + e46cae4 commit 61cb008
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 85 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app.get('/path', (req, res, next) => {
<pdf>
<config>
<filename>my-file.pdf</filename>
<document size="A4" marginBottom="50">
<document size="A4" marginBottom="50"/>
<title>{{title}}</title>
<colors darkred="#800"/>
<styles>
Expand Down
154 changes: 74 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"concat-stream": "^2.0.0",
"debug": "^4.1.1",
"deep-clone-merge": "^1.5.0",
"deep-clone-merge": "^1.5.1",
"hogan.js": "^3.0.2",
"pdfkit": "^0.11.0",
"underscore": "^1.9.2",
Expand All @@ -35,11 +35,11 @@
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.0.1",
"mocha": "^7.1.0",
"npm-run-all": "^4.0.2",
"nyc": "^15.0.0",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0"
"sinon": "^9.0.1",
"sinon-chai": "^3.5.0"
},
"nyc": {
"all": true,
Expand Down

0 comments on commit 61cb008

Please sign in to comment.