We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fef29 commit 3735b04Copy full SHA for 3735b04
package.json
@@ -1,10 +1,14 @@
1
{
2
"name": "pgp-commit",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "PGP signing of commits with openpgp and nodegit",
5
"main": "index.js",
6
"author": "dabutvin",
7
"license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/dabutvin/pgp-commit.git"
11
+ },
12
"dependencies": {
13
"nodegit": "^0.25.0-alpha.1",
14
"openpgp": "^4.2.2"
0 commit comments