Skip to content

Commit 188e713

Browse files
Fix repo urls (#496)
Co-authored-by: Corey Martin <coreyn.martin@gmail.com>
1 parent 6b619a9 commit 188e713

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

packages/crypto-wasm/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@lightsparkdev/crypto-wasm",
33
"version": "0.1.23",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/lightsparkdev/js-sdk.git"
7+
},
48
"type": "module",
59
"files": [
610
"crypto_bg.wasm",

packages/lightspark-cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@lightsparkdev/lightspark-cli",
33
"version": "0.1.16",
44
"description": "CLI for the Lightspark JS sdk",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/lightsparkdev/js-sdk.git"
8+
},
59
"main": "./dist/index.js",
610
"bin": {
711
"lightspark": "./dist/index.js"

packages/ui/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@lightsparkdev/ui",
33
"version": "1.1.17",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/lightsparkdev/js-sdk.git"
7+
},
48
"main": "./dist/index.cjs",
59
"module": "./dist/index.js",
610
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)