From 074568bb9100fd3bab3b48d433b7e5e41f1d3c04 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 22 Apr 2022 11:49:27 +0200 Subject: [PATCH] Update package.json repository fields --- packages/compiler/package.json | 2 +- packages/core/package.json | 2 +- packages/html/package.json | 2 +- packages/syndicatec/package.json | 2 +- packages/timer/package.json | 2 +- packages/ts-plugin/package.json | 2 +- packages/tsc/package.json | 2 +- packages/ws-relay/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 6479e30..afe6712 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "scripts": { "prepare": "yarn compile && yarn rollup", "compile": "../../node_modules/.bin/tsc", diff --git a/packages/core/package.json b/packages/core/package.json index 21d5566..be0805a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "scripts": { "prepare": "yarn regenerate && yarn compile && yarn rollup", "regenerate": "rm -rf ./src/gen && preserves-schema-ts --module EntityRef=./src/runtime/actor.ts --output ./src/gen './protocols/schemas' './local-protocols/schemas'", diff --git a/packages/html/package.json b/packages/html/package.json index fea966c..1fd254c 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "main": "dist/syndicate-html.js", "module": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/syndicatec/package.json b/packages/syndicatec/package.json index 2977074..a1df1b1 100644 --- a/packages/syndicatec/package.json +++ b/packages/syndicatec/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "scripts": { "prepare": "yarn compile", "compile": "../../node_modules/.bin/tsc", diff --git a/packages/timer/package.json b/packages/timer/package.json index 6b4e4cf..df34456 100644 --- a/packages/timer/package.json +++ b/packages/timer/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "main": "dist/syndicate-timer.js", "module": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/ts-plugin/package.json b/packages/ts-plugin/package.json index 7aceae1..48cf040 100644 --- a/packages/ts-plugin/package.json +++ b/packages/ts-plugin/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "scripts": { "prepare": "yarn compile", "compile": "../../node_modules/.bin/tsc", diff --git a/packages/tsc/package.json b/packages/tsc/package.json index 8c66d92..5db9613 100644 --- a/packages/tsc/package.json +++ b/packages/tsc/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "scripts": { "prepare": "yarn compile", "compile": "../../node_modules/.bin/tsc", diff --git a/packages/ws-relay/package.json b/packages/ws-relay/package.json index 37fc78e..1a7ae19 100644 --- a/packages/ws-relay/package.json +++ b/packages/ws-relay/package.json @@ -7,7 +7,7 @@ "publishConfig": { "access": "public" }, - "repository": "github:syndicate-lang/syndicate-js", + "repository": { "type": "git", "url": "https://git.syndicate-lang.org/syndicate-lang/syndicate-js" }, "scripts": { "prepare": "yarn regenerate && yarn compile && yarn rollup", "regenerate": "rm -rf ./src/gen && preserves-schema-ts --module EntityRef=@syndicate-lang/core --module transportAddress=@syndicate-lang/core:Schemas.transportAddress --module sturdy=@syndicate-lang/core:Schemas.sturdy --xref ../../node_modules/@syndicate-lang/core/protocols/schemas --output ./src/gen ./protocols/schemas",