Skip to content

Commit c72224e

Browse files
aronasormanAron Asor
andauthored
fix: use the jspdf https url instead of git:// (#3349)
* fix: use the jspdf https url instead of git:// git:// started failing recently, and no docker build can happen * fixup! fix: use the jspdf https url instead of git:// Co-authored-by: Aron Asor <aron@noreply.github.com>
1 parent d9989a1 commit c72224e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"i18n-iso-countries": "^5.1.0",
8282
"intl": "1.2.5",
8383
"jquery": "^2.2.4",
84-
"jspdf": "git://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e",
84+
"jspdf": "https://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e",
8585
"kolibri-constants": "^0.1.39",
8686
"kolibri-tools": "^0.14.5-dev.4",
8787
"lodash": "^4.17.21",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12205,9 +12205,9 @@ jsonparse@^1.2.0:
1220512205
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
1220612206
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
1220712207

12208-
"jspdf@git://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e":
12208+
"jspdf@https://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e":
1220912209
version "2.1.1"
12210-
resolved "git://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e"
12210+
resolved "https://github.com/MrRio/jsPDF.git#b7a1d8239c596292ce86dafa77f05987bcfa2e6e"
1221112211
dependencies:
1221212212
atob "^2.1.2"
1221312213
btoa "^1.2.1"

0 commit comments

Comments
 (0)