Fix repository URLs.

This commit is contained in:
Tony Garnock-Jones 2021-12-13 13:38:28 +01:00
parent ebf578503c
commit 49283cb4ca
18 changed files with 18 additions and 18 deletions

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/compiler", "name": "@syndicate-lang/compiler",
"version": "0.10.2", "version": "0.10.2",
"description": "Syndicate/JS compiler library", "description": "Syndicate/JS compiler library",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/compiler", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/compiler",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/core", "name": "@syndicate-lang/core",
"version": "0.10.2", "version": "0.10.2",
"description": "Syndicate/JS for browser and node.js", "description": "Syndicate/JS for browser and node.js",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/core", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/core",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/html", "name": "@syndicate-lang/html",
"version": "0.10.3", "version": "0.10.3",
"description": "DOM/HTML UI for Syndicate/JS", "description": "DOM/HTML UI for Syndicate/JS",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/html", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/html",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/syndicatec", "name": "@syndicate-lang/syndicatec",
"version": "0.10.3", "version": "0.10.3",
"description": "Syndicate/JS compiler command-line tool", "description": "Syndicate/JS compiler command-line tool",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syndicatec", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/syndicatec",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/timer", "name": "@syndicate-lang/timer",
"version": "0.10.3", "version": "0.10.3",
"description": "Time and timer driver for Syndicate", "description": "Time and timer driver for Syndicate",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/timer", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/timer",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/ts-plugin", "name": "@syndicate-lang/ts-plugin",
"version": "0.10.3", "version": "0.10.3",
"description": "Syndicate/JS TypeScript tsserver plugin", "description": "Syndicate/JS TypeScript tsserver plugin",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/ts-plugin", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/ts-plugin",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/tsc", "name": "@syndicate-lang/tsc",
"version": "0.10.3", "version": "0.10.3",
"description": "Syndicate for TypeScript compiler command-line tool", "description": "Syndicate for TypeScript compiler command-line tool",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/tsc", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/tsc",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -15,7 +15,7 @@
"@oclif/plugin-help": "^2", "@oclif/plugin-help": "^2",
"unzipper": "^0.10.11" "unzipper": "^0.10.11"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/create", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/create",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/driver-http-node", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/driver-http-node",
"devDependencies": { "devDependencies": {
"@syndicate-lang/syntax": "file:../syntax" "@syndicate-lang/syntax": "file:../syntax"
}, },

View File

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/driver-mdns", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/driver-mdns",
"devDependencies": { "devDependencies": {
"@syndicate-lang/syntax": "file:../syntax" "@syndicate-lang/syntax": "file:../syntax"
}, },

View File

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/driver-streams-node", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/driver-streams-node",
"devDependencies": { "devDependencies": {
"@syndicate-lang/syntax": "file:../syntax" "@syndicate-lang/syntax": "file:../syntax"
}, },

View File

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/driver-udp-node", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/driver-udp-node",
"devDependencies": { "devDependencies": {
"@syndicate-lang/syntax": "file:../syntax" "@syndicate-lang/syntax": "file:../syntax"
}, },

View File

@ -12,7 +12,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/driver-websocket", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/driver-websocket",
"devDependencies": { "devDependencies": {
"@syndicate-lang/syntax": "file:../syntax" "@syndicate-lang/syntax": "file:../syntax"
}, },

View File

@ -11,7 +11,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/server", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/server",
"devDependencies": { "devDependencies": {
"@syndicate-lang/syntax": "file:../syntax" "@syndicate-lang/syntax": "file:../syntax"
}, },

View File

@ -11,7 +11,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/socks", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/socks",
"devDependencies": { "devDependencies": {
"@syndicate-lang/syntax": "file:../syntax" "@syndicate-lang/syntax": "file:../syntax"
}, },

View File

@ -2,7 +2,7 @@
"name": "@syndicate-lang/syntax-playground", "name": "@syndicate-lang/syntax-playground",
"private": true, "private": true,
"version": "0.4.1", "version": "0.4.1",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-playground", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/syntax-playground",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"repository": "github:syndicate-lang/syndicate-js", "repository": "github:syndicate-lang/syndicate-js",
"author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>", "author": "Tony Garnock-Jones <tonyg@leastfixedpoint.com>",

View File

@ -11,7 +11,7 @@
"scripts": { "scripts": {
"prepare": "which redo >/dev/null && redo || ../../do" "prepare": "which redo >/dev/null && redo || ../../do"
}, },
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax-server", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/syntax-server",
"dependencies": { "dependencies": {
"@babel/core": "^7.2.0", "@babel/core": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0", "@babel/plugin-syntax-jsx": "^7.2.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "@syndicate-lang/syntax", "name": "@syndicate-lang/syntax",
"version": "0.1.3", "version": "0.1.3",
"homepage": "https://github.com/syndicate-lang/syndicate-js/tree/master/packages/syntax", "homepage": "https://github.com/syndicate-lang/syndicate-js/tree/main/packages/syntax",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"