From de5511f0c0ab5cb5300d20e05d4011f41faf840e Mon Sep 17 00:00:00 2001 From: aammadullah Date: Fri, 14 Mar 2025 12:34:17 +0500 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fd771c..5d40995 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "es6-promise": "^4.2.5", "html2canvas": "^1.0.0", - "jspdf": "^3.0.0" + "jspdf": "^github:aammadullah/jsPDF" }, "devDependencies": { "@babel/core": "^7.14.8", From 6c30f99f2d6f132bf5279f97f50cc5d4aa4e79e8 Mon Sep 17 00:00:00 2001 From: aammadullah Date: Fri, 14 Mar 2025 13:49:58 +0500 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d40995..4ff48ce 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "es6-promise": "^4.2.5", "html2canvas": "^1.0.0", - "jspdf": "^github:aammadullah/jsPDF" + "jspdf": "github:aammadullah/jsPDF" }, "devDependencies": { "@babel/core": "^7.14.8",