Skip to content

Commit 84f3b58

Browse files
committed
fix(node-continuous-profiling): add mandatory repository.url property to package.json
1 parent 73074dc commit 84f3b58

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@blackfireio/node-tracing",
33
"version": "1.1.14",
4-
"description": "",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/blackfireio/node-continuous-profiling"
7+
},
8+
"description": "Blackfire Continuous Profiler continuously collects and uploads profiling data to the Blackfire servers",
59
"main": "src/index.js",
610
"exports": {
711
".": {
@@ -31,4 +35,4 @@
3135
"jest": "^29.7.0",
3236
"pprof-format": "^2.0.7"
3337
}
34-
}
38+
}

0 commit comments

Comments
 (0)