Skip to content

Commit b6a6afa

Browse files
authored
packages: fix provenance setting repository.url keyword (#60)
1 parent 7f7c7f1 commit b6a6afa

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

packages/logfire-api/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"email": "[email protected]",
88
"url": "https://pydantic.dev"
99
},
10+
"repository": {
11+
"url": "https://github.com/pydantic/logfire-js",
12+
"directory": "packages/logfire-api"
13+
},
1014
"sideEffects": false,
1115
"homepage": "https://pydantic.dev/logfire",
1216
"license": "MIT",

packages/logfire-browser/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"email": "[email protected]",
77
"url": "https://pydantic.dev"
88
},
9+
"repository": {
10+
"url": "https://github.com/pydantic/logfire-js",
11+
"directory": "packages/logfire-browser"
12+
},
913
"sideEffects": false,
1014
"homepage": "https://pydantic.dev/logfire",
1115
"license": "MIT",

packages/logfire-cf-workers/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"email": "[email protected]",
88
"url": "https://pydantic.dev"
99
},
10+
"repository": {
11+
"url": "https://github.com/pydantic/logfire-js",
12+
"directory": "packages/logfire-cf-workers"
13+
},
1014
"sideEffects": false,
1115
"homepage": "https://pydantic.dev/logfire",
1216
"license": "MIT",

packages/logfire/package.json

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

0 commit comments

Comments
 (0)