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 2d8258e commit 72923b1Copy full SHA for 72923b1
1 file changed
lib/signature.js
@@ -20,4 +20,4 @@ Signature.prototype.duplicate = function(callback) {
20
callback(null, new Signature(git.rawSignature.duplicate()));
21
};
22
23
-exports.sig = Signature;
+exports.signature = Signature;
0 commit comments