Skip to content

Commit d8a03c5

Browse files
authored
Add repository URL in package (#2055)
* Add repository URL in package * Update URL
1 parent 3e30547 commit d8a03c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@aliceo2/bookkeeping",
33
"version": "1.15.0",
44
"author": "ALICEO2",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/AliceO2Group/Bookkeeping.git"
8+
},
59
"scripts": {
610
"coverage": "nyc npm test && npm run coverage:report",
711
"coverage:report": "nyc report --reporter=html --reporter=json",

0 commit comments

Comments
 (0)