Skip to content

Commit 3761f6a

Browse files
committed
use git+https:// syntax for compatibility between yarn & npm
1 parent f665ef2 commit 3761f6a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

clients/TypeScript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-standard": "^5.0.0",
4747
"eslint-watch": "^7.0.0",
4848
"jest": "^26.6.3",
49-
"json-schema-to-typescript": "git@github.com:CardanoSolutions/json-schema-to-typescript.git",
49+
"json-schema-to-typescript": "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git",
5050
"shx": "^0.3.3",
5151
"ts-jest": "^26.5.3",
5252
"typedoc": "^0.21.4",

clients/TypeScript/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-watch": "^7.0.0",
4242
"http-status-codes": "^2.1.4",
4343
"jest": "^26.6.3",
44-
"json-schema-to-typescript": "git@github.com:CardanoSolutions/json-schema-to-typescript.git",
44+
"json-schema-to-typescript": "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git",
4545
"shx": "^0.3.3",
4646
"ts-jest": "^26.5.3",
4747
"typescript": "^4.2.3"

clients/TypeScript/packages/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"test": "shx echo No tests in this package"
2424
},
2525
"devDependencies": {
26-
"json-schema-to-typescript": "git@github.com:CardanoSolutions/json-schema-to-typescript.git",
26+
"json-schema-to-typescript": "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git",
2727
"shx": "^0.3.3"
2828
},
2929
"files": [

clients/TypeScript/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,9 +3999,9 @@ json-schema-ref-parser@^9.0.6:
39993999
dependencies:
40004000
"@apidevtools/json-schema-ref-parser" "9.0.9"
40014001

4002-
"json-schema-to-typescript@git://github.com/CardanoSolutions/json-schema-to-typescript.git":
4002+
"json-schema-to-typescript@git+https://github.com/CardanoSolutions/json-schema-to-typescript.git":
40034003
version "10.1.5"
4004-
resolved "git://github.com/CardanoSolutions/json-schema-to-typescript.git#09cdb4c5d46a7eeae4fbb39b6815ad385b3160eb"
4004+
resolved "git+https://github.com/CardanoSolutions/json-schema-to-typescript.git#09cdb4c5d46a7eeae4fbb39b6815ad385b3160eb"
40054005
dependencies:
40064006
"@types/json-schema" "^7.0.6"
40074007
"@types/lodash" "^4.14.168"

0 commit comments

Comments
 (0)