Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(deps): switch from URIjs to urijs
Browse files Browse the repository at this point in the history
Fixes #347
  • Loading branch information
vladikoff committed Dec 30, 2015
1 parent 7095e93 commit ecdf31e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/routes/authorization.js
Expand Up @@ -5,7 +5,7 @@
const buf = require('buf').hex;
const hex = require('buf').to.hex;
const Joi = require('joi');
const URI = require('URIjs');
const URI = require('urijs');

const AppError = require('../error');
const config = require('../config');
Expand Down
6 changes: 3 additions & 3 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"node": ">=0.10.0"
},
"dependencies": {
"URIjs": "^1.14.2",
"urijs": "^1.16.1",
"bluebird": "^2.9.14",
"buf": "0.1.0",
"convict": "0.8",
Expand Down

0 comments on commit ecdf31e

Please sign in to comment.