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

Commit b4676ae

Browse files
authored
Merge pull request #230 from CoderDojo/replace-git-protocol
Replace git:// protocol with https:// in package.json
2 parents 2e07c23 + d17f854 commit b4676ae

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"dependencies": {
3636
"async": "0.9.2",
3737
"camelcase": "^4.1.0",
38-
"cp-i18n-lib": "git://github.com/CoderDojo/cp-i18n-lib.git",
39-
"cp-logs-lib": "git://github.com/CoderDojo/cp-logs-lib#1.1.0",
40-
"cp-permissions-plugin": "git://github.com/CoderDojo/cp-permissions-plugin#1.0.2",
38+
"cp-i18n-lib": "https://github.com/CoderDojo/cp-i18n-lib.git",
39+
"cp-logs-lib": "https://github.com/CoderDojo/cp-logs-lib#1.1.0",
40+
"cp-permissions-plugin": "https://github.com/CoderDojo/cp-permissions-plugin#1.0.2",
4141
"cp-translations": "^1.0.149",
4242
"decamelize": "^2.0.0",
4343
"ejs": "2.5.6",
@@ -51,7 +51,7 @@
5151
"postgrator": "2.8.1",
5252
"sanitize-html": "1.14.1",
5353
"seneca": "1.4.0",
54-
"seneca-kue": "git://github.com/wardormeur/seneca-kue.git",
54+
"seneca-kue": "https://github.com/wardormeur/seneca-kue.git",
5555
"seneca-newrelic": "wardormeur/seneca-newrelic",
5656
"seneca-postgresql-store": "2.3",
5757
"seneca-queue": "^0.3.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -898,32 +898,32 @@ [email protected], core-util-is@~1.0.0:
898898
version "1.0.2"
899899
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
900900

901-
"cp-i18n-lib@git://github.com/CoderDojo/cp-i18n-lib.git":
901+
"cp-i18n-lib@https://github.com/CoderDojo/cp-i18n-lib.git":
902902
version "1.0.0"
903-
resolved "git://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12"
903+
resolved "https://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12"
904904
dependencies:
905905
jed "^1.1.0"
906906
po2json "^0.4.2"
907907

908-
"cp-logs-lib@git://github.com/CoderDojo/cp-logs-lib#1.1.0":
908+
"cp-logs-lib@https://github.com/CoderDojo/cp-logs-lib#1.1.0":
909909
version "1.1.0"
910-
resolved "git://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317"
910+
resolved "https://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317"
911911
dependencies:
912912
bunyan "1.8.1"
913913
le_node "1.4"
914914
lodash "4.13.1"
915915

916-
"cp-permissions-plugin@git://github.com/CoderDojo/cp-permissions-plugin#1.0.2":
916+
"cp-permissions-plugin@https://github.com/CoderDojo/cp-permissions-plugin#1.0.2":
917917
version "1.0.2"
918-
resolved "git://github.com/CoderDojo/cp-permissions-plugin#95c507a0cd47842755652605b849c2699d28dacf"
918+
resolved "https://github.com/CoderDojo/cp-permissions-plugin#95c507a0cd47842755652605b849c2699d28dacf"
919919
dependencies:
920920
async "^2.0.0-rc.5"
921921
lodash "^4.13.1"
922922

923-
cp-translations@^1.0.146:
924-
version "1.0.146"
925-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.146.tgz#dee5c55263fb31c7c5c3e4e8fd573f3a05921f8d"
926-
integrity sha512-h2DRtFybsA2tvcnWg8FI5ZmxyBgavMDr9F+Cp0e78VgyJJusJLPvuSSHHtUxwnYKNsrdgCWZKnPwRkwJXXJtsQ==
923+
cp-translations@^1.0.149:
924+
version "1.0.167"
925+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.167.tgz#93755d9eafc15bfedb0394d2852542f2dc08fbba"
926+
integrity sha512-EvV6F06SdZw8gLUPqrXYB5KuEz1zb6zogbVuif+7vUT+Ivh5T8aRIZEizoYG0l0B9SusqxGKxgnuEOejRDhvkg==
927927

928928
cross-spawn-async@^2.0.0:
929929
version "2.2.5"
@@ -4576,9 +4576,9 @@ [email protected]:
45764576
jsonic "0.2.2"
45774577
lodash "4.0.1"
45784578

4579-
"seneca-kue@git://github.com/wardormeur/seneca-kue.git":
4579+
"seneca-kue@https://github.com/wardormeur/seneca-kue.git":
45804580
version "0.1.0"
4581-
resolved "git://github.com/wardormeur/seneca-kue.git#0d1dec20cbc919bd5a901cd4c0f0f025cfc8335d"
4581+
resolved "https://github.com/wardormeur/seneca-kue.git#0d1dec20cbc919bd5a901cd4c0f0f025cfc8335d"
45824582
dependencies:
45834583
async "^2.0.1"
45844584
kue "^0.11.6"

0 commit comments

Comments
 (0)