Skip to content

Commit

Permalink
chore(package): update uuid to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann authored and Myles Borins committed Nov 23, 2016
1 parent 1c9dbcb commit 0eb9d35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/lookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"cheerio": {
"replace": true
},
"node-uuid": {
"uuid": {
"replace": true,
"prefix": "v"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/npm/script/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var fs = require('fs');
var url = require('url');

// npm modules
var uuid = require('node-uuid');
var uuid = require('uuid');
var request = require('request');

function fetchScript(context, script, next) {
Expand Down
2 changes: 1 addition & 1 deletion lib/temp-directory.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var path = require('path');
// npm modules
var mkdirp = require('mkdirp');
var rimraf = require('rimraf');
var uuid = require('node-uuid');
var uuid = require('uuid');
var osenv = require('osenv');

function create(context, next) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"dotenv": "^2.0.0",
"lodash": "^4.12.0",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.3",
"normalize-git-url": "^3.0.2",
"npm-package-arg": "^4.1.1",
"osenv": "^0.1.3",
Expand All @@ -51,6 +50,7 @@
"tar": "^2.1.1",
"uid-number": "0.0.6",
"update-notifier": "^1.0.2",
"uuid": "^3.0.0",
"which": "^1.2.8",
"winston": "^2.2.0",
"xml-sanitizer": "^1.1.2",
Expand Down

0 comments on commit 0eb9d35

Please sign in to comment.