Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 011efc0

Browse files
authored
chore: add repository field to azure package.json for wombot (#935)
1 parent 6c9a083 commit 011efc0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/opencensus-example-automatic-tracing/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.1.0",
55
"private": true,
66
"main": "zipkin.js",
7+
"repository": "census-instrumentation/opencensus-node",
78
"dependencies": {
89
"@opencensus/exporter-instana": "^0.1.0",
910
"@opencensus/exporter-stackdriver": "^0.1.0",

packages/opencensus-exporter-azure/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "OpenCensus Azure Exporter allows the user to send stats and traces collected with OpenCensus Node.js to Azure Monitor.",
55
"type": "module",
66
"main": "index.ts",
7+
"repository": "census-instrumentation/opencensus-node",
78
"scripts": {
89
"test": "nyc mocha -r ts-node/register test/**/*.ts",
910
"compile": "tsc -p .",

0 commit comments

Comments
 (0)