Skip to content

Commit

Permalink
Add repository field to all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Feb 2, 2025
1 parent 79a39c6 commit 9dbe96e
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio CLI",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"bin": {
"webstudio-cli": "./bin.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/css-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "CSS Renderer for Webstudio",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
4 changes: 4 additions & 0 deletions packages/error-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Error utils for all Webstudio packages",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
4 changes: 4 additions & 0 deletions packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Fonts utils",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
4 changes: 4 additions & 0 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio HTTP Client",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"build": "rm -rf lib && esbuild src/index.ts --outdir=lib --bundle --format=esm --packages=external",
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio Icons",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"build": "rm -rf lib && esbuild src/index.ts src/__generated__/svg.ts --outdir=lib --bundle --format=esm --packages=external",
Expand Down
4 changes: 4 additions & 0 deletions packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Image optimization",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"typecheck": "tsc",
Expand Down
3 changes: 0 additions & 3 deletions packages/proxy.ts

This file was deleted.

4 changes: 4 additions & 0 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio JavaScript / TypeScript API",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"scripts": {
"build": "rm -rf lib && esbuild src/index.ts src/runtime.ts --outdir=lib --bundle --format=esm --packages=external",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio components for animation",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react-radix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio wrapper for radix library",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio components for Remix",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio components for React Router",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Webstudio default library for react",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"license": "AGPL-3.0-or-later",
"private": false,
"type": "module",
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/webstudio-is/webstudio.git"
},
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 9dbe96e

Please sign in to comment.