We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46008df commit c771f3cCopy full SHA for c771f3c
package.json
@@ -1,8 +1,10 @@
1
{
2
"name": "html-pdf",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "HTML to PDF converter that uses phantomjs",
5
- "engines": {"node": ">=4.0.0"},
+ "engines": {
6
+ "node": ">=4.0.0"
7
+ },
8
"main": "lib/index.js",
9
"directories": {
10
"test": "test"
0 commit comments