Skip to content

Commit

Permalink
manage: Added repository link to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Jan 13, 2020
1 parent 39a71cd commit 5c028a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
},
"name": "read-file-string",
"description": "Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error.",
"funding": "https://github.com/sponsors/jaid"
}
"funding": "https://github.com/sponsors/jaid",
"repository": {
"type": "git",
"url": "https://github.com/jaid/read-file-string"
}
}

0 comments on commit 5c028a9

Please sign in to comment.