Skip to content

Commit

Permalink
Merge 1ac79d2 into 8270f01
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Apr 30, 2018
2 parents 8270f01 + 1ac79d2 commit fe53fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/Brightspace/node-ecdsa-sig-formatter#readme",
"dependencies": {
"base64url": "^2.0.0",
"b64u": "^2.0.0",
"safe-buffer": "^5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/ecdsa-sig-formatter.js
@@ -1,6 +1,6 @@
'use strict';

var base64Url = require('base64url').fromBase64;
var base64Url = require('b64u').fromBase64;
var Buffer = require('safe-buffer').Buffer;

var getParamBytesForAlg = require('./param-bytes-for-alg');
Expand Down

0 comments on commit fe53fed

Please sign in to comment.