diff --git a/packages/crypto-wasm/package.json b/packages/crypto-wasm/package.json index 20353804a..564bc56a3 100644 --- a/packages/crypto-wasm/package.json +++ b/packages/crypto-wasm/package.json @@ -1,6 +1,10 @@ { "name": "@lightsparkdev/crypto-wasm", "version": "0.1.23", + "repository": { + "type": "git", + "url": "git+https://github.com/lightsparkdev/js-sdk.git" + }, "type": "module", "files": [ "crypto_bg.wasm", diff --git a/packages/lightspark-cli/package.json b/packages/lightspark-cli/package.json index 9129c764c..ee3572bb9 100644 --- a/packages/lightspark-cli/package.json +++ b/packages/lightspark-cli/package.json @@ -2,6 +2,10 @@ "name": "@lightsparkdev/lightspark-cli", "version": "0.1.16", "description": "CLI for the Lightspark JS sdk", + "repository": { + "type": "git", + "url": "git+https://github.com/lightsparkdev/js-sdk.git" + }, "main": "./dist/index.js", "bin": { "lightspark": "./dist/index.js" diff --git a/packages/ui/package.json b/packages/ui/package.json index d0afe690b..e8ef87ee9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,10 @@ { "name": "@lightsparkdev/ui", "version": "1.1.17", + "repository": { + "type": "git", + "url": "git+https://github.com/lightsparkdev/js-sdk.git" + }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts",