Skip to content

Commit

Permalink
update peerDependencies + bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vibern0 committed Jan 10, 2020
1 parent be74071 commit 73ec0fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-from-html",
"version": "0.1.2-beta",
"version": "0.1.2-beta.1",
"description": "Generate PDF file using an HTML file as input for the body.",
"main": "src/index.js",
"files": [
Expand All @@ -27,9 +27,9 @@
},
"homepage": "https://github.com/hq20/pdf-from-html#readme",
"peerDependencies": {
"meow": "5.0.x",
"mustache": "3.1.x",
"puppeteer": "1.20.x"
"meow": "^6.0.0",
"mustache": "^3.2.0",
"puppeteer": "^2.0.0"
},
"devDependencies": {
"meow": "6.0.0",
Expand Down

0 comments on commit 73ec0fe

Please sign in to comment.