Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit dc37e84

Browse files
fix: using uuid instead of deprecated node-uuid
1 parent fc404f9 commit dc37e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/gulp-tasks/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var gutil = require('gulp-util');
66
var http = require('http');
77
var karma = require('karma').server;
88
var path = require('canonical-path');
9-
var uuid = require('node-uuid');
9+
var uuid = require('uuid');
1010

1111
var projectRoot = path.resolve(__dirname, '../..');
1212

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"mkdirp": "^0.3.5",
5656
"node-libs-browser": "^0.5.2",
5757
"node-twitter-api": "^1.2.2",
58-
"node-uuid": "^1.4.1",
5958
"phantomjs-prebuilt": "^2.1.7",
6059
"protractor": "^0.23.1",
6160
"q": "^1.0.1",
@@ -65,6 +64,7 @@
6564
"sauce-connect-launcher": "^0.2.2",
6665
"semver": "^2.2.1",
6766
"through": "^2.3.4",
67+
"uuid": "^3.0.1",
6868
"winston": "^0.7.2"
6969
},
7070
"licenses": [

0 commit comments

Comments
 (0)