Skip to content

Commit

Permalink
Merge pull request #3 from marcbachmann/update-uuid
Browse files Browse the repository at this point in the history
Update uuid to version 3.0.0
  • Loading branch information
alexlangberg committed Jan 10, 2017
2 parents 8c046c7 + edbcebd commit d9996dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/goldwasher.js.html
Expand Up @@ -33,7 +33,7 @@ <h1 class="page-title">Source: goldwasher.js</h1>
var R = require('ramda');
var Joi = require('joi');
var cheerio = require('cheerio');
var uuid = require('node-uuid');
var uuid = require('uuid');
var js2xmlparser = require('js2xmlparser');
var Feed = require('feed');

Expand Down
2 changes: 1 addition & 1 deletion lib/goldwasher.js
Expand Up @@ -6,7 +6,7 @@ var S = require('string');
var R = require('ramda');
var Joi = require('joi');
var cheerio = require('cheerio');
var uuid = require('node-uuid');
var uuid = require('uuid');
var js2xmlparser = require('js2xmlparser');
var Feed = require('feed');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,9 +50,9 @@
"feed": "^0.3.0",
"joi": "^8.0.5",
"js2xmlparser": "^1.0.0",
"node-uuid": "^1.4.7",
"ramda": "^0.21.0",
"string": "^3.1.3",
"uuid": "^3.0.0",
"validator": "^5.2.0"
},
"repository": {
Expand Down

0 comments on commit d9996dc

Please sign in to comment.