Skip to content

Commit

Permalink
Merge pull request #11 from tycho01/patch-1
Browse files Browse the repository at this point in the history
fix duplicate export `queryStringToSign`, closes #7
  • Loading branch information
mikeal committed Oct 12, 2016
2 parents a3ee6ec + 03755f2 commit 270e16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -133,7 +133,7 @@ function stringToSign (options) {
]
return r.join('\n')
}
module.exports.queryStringToSign = stringToSign
module.exports.stringToSign = stringToSign

/**
* Return a string for sign() with the given `options`, but is meant exclusively
Expand Down

0 comments on commit 270e16d

Please sign in to comment.