Skip to content

Commit

Permalink
Updating from URLjs to urljs
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Walker committed Sep 27, 2016
1 parent f39f01f commit 4081460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/service/packageStores/publicPackageStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');
var logger = require('../../infrastructure/logger');
var Client = require('node-rest-client').Client;
var config = require('../../infrastructure/configurationManager').config;
var URI = require('URIjs');
var URI = require('urijs');

module.exports = function PublicPackageStore() {
var _packages = {};
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "private-bower-ssdb",
"version": "1.1.7",
"version": "1.1.8",
"author": "Patrick Walker <[email protected]>",
"description": "A simple private bower registry using SSDB rather than filesystem",
"main": "./bin/private-bower",
Expand Down Expand Up @@ -35,7 +35,7 @@
"optimist": "^0.5.2",
"path-is-absolute": "^1.0.0",
"ssdb": "^0.3.8",
"URIjs": "^1.5.0"
"urijs": "^1.18.0"
},
"devDependencies": {
"chai": "^2.2.0",
Expand Down

0 comments on commit 4081460

Please sign in to comment.