Skip to content

Commit 002405c

Browse files
committed
fix(packages): add repository metadata for publish provenance
1 parent deccab3 commit 002405c

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

packages/core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
],
3838
"author": "Loro Team",
3939
"license": "MIT",
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/loro-dev/loro-mirror",
43+
"directory": "packages/core"
44+
},
4045
"dependencies": {
4146
"immer": "^10.0.3"
4247
},

packages/jotai/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
],
3838
"author": "Loro Team",
3939
"license": "MIT",
40+
"repository": {
41+
"type": "git",
42+
"url": "https://github.com/loro-dev/loro-mirror",
43+
"directory": "packages/jotai"
44+
},
4045
"dependencies": {},
4146
"peerDependencies": {
4247
"loro-mirror": "workspace:*",

packages/react/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
],
4343
"author": "Loro Team",
4444
"license": "MIT",
45+
"repository": {
46+
"type": "git",
47+
"url": "https://github.com/loro-dev/loro-mirror",
48+
"directory": "packages/react"
49+
},
4550
"peerDependencies": {
4651
"loro-crdt": "^1.8.0",
4752
"loro-mirror": "workspace:*",

0 commit comments

Comments
 (0)