Skip to content

Commit b9fd48a

Browse files
committed
packages: fix provenance setting repository.url keyword
1 parent 7f7c7f1 commit b9fd48a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

packages/logfire-api/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"email": "[email protected]",
88
"url": "https://pydantic.dev"
99
},
10+
"repository": {
11+
"url": "https://github.com/pydantic/logfire-js"
12+
},
1013
"sideEffects": false,
1114
"homepage": "https://pydantic.dev/logfire",
1215
"license": "MIT",

packages/logfire-browser/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"email": "[email protected]",
77
"url": "https://pydantic.dev"
88
},
9+
"repository": {
10+
"url": "https://github.com/pydantic/logfire-js"
11+
},
912
"sideEffects": false,
1013
"homepage": "https://pydantic.dev/logfire",
1114
"license": "MIT",

packages/logfire-cf-workers/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"email": "[email protected]",
88
"url": "https://pydantic.dev"
99
},
10+
"repository": {
11+
"url": "https://github.com/pydantic/logfire-js"
12+
},
1013
"sideEffects": false,
1114
"homepage": "https://pydantic.dev/logfire",
1215
"license": "MIT",

packages/logfire/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"email": "[email protected]",
77
"url": "https://pydantic.dev"
88
},
9+
"repository": {
10+
"url": "https://github.com/pydantic/logfire-js"
11+
},
912
"sideEffects": false,
1013
"homepage": "https://pydantic.dev/logfire",
1114
"license": "MIT",

0 commit comments

Comments
 (0)