pdf-from-html
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
const meow = require('meow'); | ||
const { generatePDF } = require('../index'); | ||
const { generatePDF } = require('../src/index'); | ||
@@ -9,0 +9,0 @@ const helpMessage = ` |
{ | ||
"name": "pdf-from-html", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Generate PDF file using an HTML file as input for the body.", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"files": [ | ||
"/src", | ||
"/bin" | ||
], | ||
"bin": { | ||
@@ -7,0 +11,0 @@ "pdf-from-html": "bin/cli.js" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
41341
6
77