Skip to content

Commit 940b8c3

Browse files
authored
Merge pull request #490 from secvisogram/add-repository-field-to-packagejson
chore: add repository field to package.json
2 parents 48b60c2 + 2fae845 commit 940b8c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"test-coverage": "c8 node scripts/test.js",
1111
"test-coverage-lcov": "c8 --reporter lcovonly node scripts/test.js"
1212
},
13+
"repository": {
14+
"url": "https://github.com/secvisogram/csaf-validator-lib"
15+
},
1316
"keywords": [
1417
"csaf",
1518
"csaf-validator-lib",

0 commit comments

Comments
 (0)