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

Commit

Permalink
Merge pull request #338 from CoderDojo/replace-git-protocol
Browse files Browse the repository at this point in the history
Replace git:// protocol with https:// in package.json
  • Loading branch information
patch0 committed May 23, 2022
2 parents 8b1475d + 3cb0edd commit 49920bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"async": "0.9.0",
"bcryptjs": "2.4.3",
"camelcase": "^4.1.0",
"cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git",
"cp-logs-lib": "git://github.com/CoderDojo/cp-logs-lib#1.1.0",
"cp-permissions-plugin": "git://github.com/CoderDojo/cp-permissions-plugin#1.0.5",
"cp-i18n-lib": "https://github.com/CoderDojo/cp-i18n-lib.git",
"cp-logs-lib": "https://github.com/CoderDojo/cp-logs-lib#1.1.0",
"cp-permissions-plugin": "https://github.com/CoderDojo/cp-permissions-plugin#1.0.5",
"cp-translations": "^1.0.149",
"decamelize": "^1.2.0",
"ejs": "1.0.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -893,32 +893,32 @@ [email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

"cp-i18n-lib@git+https://github.com/CoderDojo/cp-i18n-lib.git":
"cp-i18n-lib@https://github.com/CoderDojo/cp-i18n-lib.git":
version "1.0.0"
resolved "git+https://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12"
resolved "https://github.com/CoderDojo/cp-i18n-lib.git#eb0b614a9b86d93065a3df5ff894e1db3859ee12"
dependencies:
jed "^1.1.0"
po2json "^0.4.2"

"cp-logs-lib@git://github.com/CoderDojo/cp-logs-lib#1.1.0":
"cp-logs-lib@https://github.com/CoderDojo/cp-logs-lib#1.1.0":
version "1.1.0"
resolved "git://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317"
resolved "https://github.com/CoderDojo/cp-logs-lib#5c65480d0605546cf65e6f9b9b3de5ca26b43317"
dependencies:
bunyan "1.8.1"
le_node "1.4"
lodash "4.13.1"

"cp-permissions-plugin@git://github.com/CoderDojo/cp-permissions-plugin#1.0.5":
"cp-permissions-plugin@https://github.com/CoderDojo/cp-permissions-plugin#1.0.5":
version "1.0.5"
resolved "git://github.com/CoderDojo/cp-permissions-plugin#4d401a9a13fa90971b99430ee2894953fdf1a7a0"
resolved "https://github.com/CoderDojo/cp-permissions-plugin#4d401a9a13fa90971b99430ee2894953fdf1a7a0"
dependencies:
async "^2.0.0-rc.5"
lodash "^4.13.1"

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

cross-spawn-async@^2.0.0, cross-spawn-async@^2.1.8:
version "2.2.5"
Expand Down

0 comments on commit 49920bf

Please sign in to comment.