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 aa16a39 commit c54c8d4Copy full SHA for c54c8d4
install.sh
@@ -1,5 +1,5 @@
1
if [ ! -d vendor/jsPDF ]; then
2
- wget -O jsPDF.zip https://github.com/MrRio/jsPDF/archive/master.zip
+ wget --no-check-certificate -O jsPDF.zip https://github.com/MrRio/jsPDF/archive/master.zip
3
unzip jsPDF.zip
4
mkdir vendor
5
mv jsPDF-master vendor/jsPDF
package.json
@@ -1,6 +1,6 @@
{
"name": "node-jspdf",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Use jsPDF in your node apps.",
"main": "index.js",
6
"scripts": {
0 commit comments