Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 4b69edc

Browse files
Merge pull request #841 from marcbachmann/update-uuid
Update uuid to version 3.0.0
2 parents e4222d6 + 8d3e069 commit 4b69edc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

definitions/node-uuid-cjs.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Expose as CommonJS module
1010
* For use in node environment or browser environment (using webpack or other module loaders)
1111
*/
12-
declare module "node-uuid" {
12+
declare module "uuid" {
1313
var uuid: __NodeUUID.UUID;
1414
export = uuid;
15-
}
15+
}

helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as uuid from "node-uuid";
1+
import * as uuid from "uuid";
22
import * as Fiber from "fibers";
33
import * as net from "net";
44
let Table = require("cli-table");

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"mkdirp": "0.3.5",
4949
"moment": "2.10.6",
5050
"mute-stream": "0.0.4",
51-
"node-uuid": "1.4.1",
5251
"npm": "3.10.5",
5352
"open": "0.0.4",
5453
"osenv": "0.1.0",
@@ -65,6 +64,7 @@
6564
"shelljs": "0.7.0",
6665
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
6766
"temp": "0.8.1",
67+
"uuid": "^3.0.0",
6868
"validator": "3.2.1",
6969
"winreg": "0.0.12",
7070
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",

0 commit comments

Comments
 (0)