Skip to content

Commit 8c2b3f5

Browse files
committed
fix/update git props in package.json
1 parent 3762a2e commit 8c2b3f5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"files": [
99
"dist"
1010
],
11-
"homepage": "https://github.com/traceo-dev/traceo-node",
11+
"homepage": "https://github.com/traceo-dev/traceo-sdk",
1212
"repository": {
1313
"type": "git",
14-
"url": "git://github.com/traceo-dev/traceo-node.git"
14+
"url": "git://github.com/traceo-dev/traceo-sdk.git"
1515
},
1616
"scripts": {
1717
"build": "tsc -p ./tsconfig.json --outDir dist",

packages/node/src/metrics/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class MetricsRunner {
104104
},
105105
callback: () => {
106106
this.clearClientMetrics();
107-
}
107+
},
108108
});
109109
}
110110

0 commit comments

Comments
 (0)