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

Commit

Permalink
chore(package): update uuid to version 3.0.0 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann authored and Francesco Balestrieri committed Nov 23, 2016
1 parent 9ff6ea9 commit 2771b2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"minimist": "~1.1.0",
"mktemp": "~0.3.5",
"mustache": "~0.8.2",
"node-uuid": "~1.4.3",
"parse-color": "~1.0.0",
"readdir": "~0.0.13",
"shelljs": "~0.3.0",
"uuid": "^3.0.0",
"xmlbuilder": "~2.6.4",
"xmldom": "~0.1.19"
},
Expand Down
2 changes: 1 addition & 1 deletion src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var util = {
/** expose some dependencies for hooks */
AdmZip: require("adm-zip"),
FormatJson: require("format-json"),
NodeUuid: require("node-uuid"),
NodeUuid: require("uuid"),
ParseColor: require("parse-color"),
XmlBuilder: require("xmlbuilder"),
XmlDom: require("xmldom"),
Expand Down
2 changes: 1 addition & 1 deletion windows/lib/WixSDK.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var child_process = require('child_process');

var builder = require('xmlbuilder');
var crypto = require('crypto');
var uuid = require('node-uuid');
var uuid = require('uuid');
var readDir = require('readdir');
var ShellJS = require("shelljs");

Expand Down

0 comments on commit 2771b2f

Please sign in to comment.