Skip to content

Commit

Permalink
updated uuid package in node demo-search
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshim-ms committed May 3, 2017
1 parent de4fd6e commit 359c7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Node/demo-Search/SearchProviders/mock-search.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var _ = require('lodash');
var uuid = require('node-uuid');
var uuid = require('uuid');
var loremIpsum = require('lorem-ipsum');

var Refiners = ['region', 'type'];
Expand Down Expand Up @@ -50,4 +50,4 @@ module.exports = {
search: search,
refiners: Refiners,
refineFormatter: refineFormatter
};
};
4 changes: 2 additions & 2 deletions Node/demo-Search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dependencies": {
"bluebird": "^3.4.7",
"botbuilder": "^3.7.0",
"dotenv-extended": "^1.0.4",
"lodash": "^4.17.4",
"lorem-ipsum": "^1.0.3",
"node-uuid": "^1.4.7",
"request": "^2.79.0",
"restify": "^4.3.0",
"dotenv-extended": "^1.0.4"
"uuid": "^3.0.1"
}
}

0 comments on commit 359c7c3

Please sign in to comment.