Skip to content

Commit 4833b92

Browse files
authored
Merge pull request #50 from hypercerts-org/fix/publish_package
chore(npm): repo urls
2 parents 0ddc718 + 3c144f1 commit 4833b92

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/lexicon/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"author": "Hypercerts Foundation",
3232
"license": "MIT",
3333
"repository": {
34-
"type": "git",
35-
"url": "[email protected]:hypercerts-org/hypercerts-sdk.git"
34+
"url": "https://github.com/hypercerts-org/hypercerts-sdk.git"
3635
},
3736
"scripts": {
3837
"build": "rollup -c",

packages/sdk-core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.1.0",
44
"description": "Framework-agnostic ATProto SDK core for authentication, repository operations, and lexicon management",
55
"main": "dist/index.cjs",
6+
"repository": {
7+
"url": "https://github.com/hypercerts-org/hypercerts-sdk.git"
8+
},
69
"publishConfig": {
710
"access": "public",
811
"registry": "https://registry.npmjs.org/"

packages/sdk-react/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"main": "dist/index.cjs",
77
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",
9+
"repository": {
10+
"url": "https://github.com/hypercerts-org/hypercerts-sdk.git"
11+
},
912
"publishConfig": {
1013
"access": "public",
1114
"registry": "https://registry.npmjs.org/"

0 commit comments

Comments
 (0)