Skip to content

Commit 3735b04

Browse files
author
Dan Butvinik
committed
add repository to package.json
1 parent 81fef29 commit 3735b04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "pgp-commit",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "PGP signing of commits with openpgp and nodegit",
55
"main": "index.js",
66
"author": "dabutvin",
77
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/dabutvin/pgp-commit.git"
11+
},
812
"dependencies": {
913
"nodegit": "^0.25.0-alpha.1",
1014
"openpgp": "^4.2.2"

0 commit comments

Comments
 (0)