Skip to content

Commit

Permalink
Merge pull request #13 from cerebruminc/lucianbuzzo/git-url
Browse files Browse the repository at this point in the history
fix: Add git url to package.json
  • Loading branch information
LucianBuzzo authored Oct 3, 2022
2 parents 72336e8 + dfa2089 commit bc7e6b2
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": "[email protected]:cerebruminc/detect-high-entropy-strings.git"
},
"scripts": {
"test": "jest",
"build": "tsc",
Expand Down

0 comments on commit bc7e6b2

Please sign in to comment.