Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 49920bf

Browse files
authored
Merge pull request #338 from CoderDojo/replace-git-protocol
Replace git:// protocol with https:// in package.json
2 parents 8b1475d + 3cb0edd commit 49920bf

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"async": "0.9.0",
3131
"bcryptjs": "2.4.3",
3232
"camelcase": "^4.1.0",
33-
"cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git",
34-
"cp-logs-lib": "git://github.com/CoderDojo/cp-logs-lib#1.1.0",
35-
"cp-permissions-plugin": "git://github.com/CoderDojo/cp-permissions-plugin#1.0.5",
33+
"cp-i18n-lib": "https://github.com/CoderDojo/cp-i18n-lib.git",
34+
"cp-logs-lib": "https://github.com/CoderDojo/cp-logs-lib#1.1.0",
35+
"cp-permissions-plugin": "https://github.com/CoderDojo/cp-permissions-plugin#1.0.5",
3636
"cp-translations": "^1.0.149",
3737
"decamelize": "^1.2.0",
3838
"ejs": "1.0.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -893,32 +893,32 @@ core-util-is@1.0.2, core-util-is@~1.0.0:
893893
version "1.0.2"
894894
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
895895

896-
"cp-i18n-lib@git+https://github.com/CoderDojo/cp-i18n-lib.git":
896+
"cp-i18n-lib@https://github.com/CoderDojo/cp-i18n-lib.git":
897897
version "1.0.0"
898-
resolved "git+https://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12"
898+
resolved "https://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12"
899899
dependencies:
900900
jed "^1.1.0"
901901
po2json "^0.4.2"
902902

903-
"cp-logs-lib@git://github.com/CoderDojo/cp-logs-lib#1.1.0":
903+
"cp-logs-lib@https://github.com/CoderDojo/cp-logs-lib#1.1.0":
904904
version "1.1.0"
905-
resolved "git://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317"
905+
resolved "https://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317"
906906
dependencies:
907907
bunyan "1.8.1"
908908
le_node "1.4"
909909
lodash "4.13.1"
910910

911-
"cp-permissions-plugin@git://github.com/CoderDojo/cp-permissions-plugin#1.0.5":
911+
"cp-permissions-plugin@https://github.com/CoderDojo/cp-permissions-plugin#1.0.5":
912912
version "1.0.5"
913-
resolved "git://github.com/CoderDojo/cp-permissions-plugin#4d401a9a13fa90971b99430ee2894953fdf1a7a0"
913+
resolved "https://github.com/CoderDojo/cp-permissions-plugin#4d401a9a13fa90971b99430ee2894953fdf1a7a0"
914914
dependencies:
915915
async "^2.0.0-rc.5"
916916
lodash "^4.13.1"
917917

918-
cp-translations@^1.0.146:
919-
version "1.0.146"
920-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.146.tgz#dee5c55263fb31c7c5c3e4e8fd573f3a05921f8d"
921-
integrity sha512-h2DRtFybsA2tvcnWg8FI5ZmxyBgavMDr9F+Cp0e78VgyJJusJLPvuSSHHtUxwnYKNsrdgCWZKnPwRkwJXXJtsQ==
918+
cp-translations@^1.0.149:
919+
version "1.0.167"
920+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.167.tgz#93755d9eafc15bfedb0394d2852542f2dc08fbba"
921+
integrity sha512-EvV6F06SdZw8gLUPqrXYB5KuEz1zb6zogbVuif+7vUT+Ivh5T8aRIZEizoYG0l0B9SusqxGKxgnuEOejRDhvkg==
922922

923923
cross-spawn-async@^2.0.0, cross-spawn-async@^2.1.8:
924924
version "2.2.5"

0 commit comments

Comments
 (0)