Skip to content

Commit

Permalink
fix: Add git url to package.json
Browse files Browse the repository at this point in the history
This allows sites like npm to link back to the source code for the package.

Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
  • Loading branch information
LucianBuzzo committed Oct 3, 2022
1 parent 72336e8 commit dfa2089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.2",
"description": "Detect high entropy strings",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git@github.com:cerebruminc/detect-high-entropy-strings.git"
},
"scripts": {
"test": "jest",
"build": "tsc",
Expand Down

0 comments on commit dfa2089

Please sign in to comment.