Skip to content

Commit

Permalink
fix: Make Puppeteer a dependency instead of a devdependency
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
nzakas committed Apr 14, 2022
1 parent 98e9e6f commit da76344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,12 +57,12 @@
"lint-staged": "^10.4.0",
"mocha": "^9.0.3",
"pdfjs-dist": "^2.13.216",
"puppeteer": "^10.2.0",
"rollup": "^1.20.3",
"typescript": "^4.0.3",
"yorkie": "^2.0.0"
},
"dependencies": {
"puppeteer": "^10.2.0",
"pagedjs": "^0.2.0",
"pdf-lib": "^1.17.1",
"yargs": "^16.2.0"
Expand Down

0 comments on commit da76344

Please sign in to comment.