Skip to content

Commit 37fbf26

Browse files
committed
adds repo url to package.json
1 parent 37ef40b commit 37fbf26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"private": true,
44
"name": "pyroscope",
55
"version": "0.0.1",
6-
"repository": "github:pyroscope-io/pyroscope",
6+
"repository": {
7+
"type" : "git",
8+
"url" : "https://github.com/pyroscope-io/pyroscope.git"
9+
},
710
"scripts": {
811
"dev": "webpack --progress --colors --config scripts/webpack/webpack.dev.js"
912
},

0 commit comments

Comments
 (0)