Update package.json repository fields

This commit is contained in:
Tony Garnock-Jones 2022-04-22 11:49:27 +02:00
parent 290419b805
commit 074568bb91
8 changed files with 8 additions and 8 deletions

View File

@ -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",

View File

@ -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'",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",