File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
"mkdirp" : " ^0.5.1" ,
89
89
"node-modules-path" : " ^1.0.0" ,
90
90
"node-sass" : " ^3.10.1" ,
91
- "node-uuid" : " ^1.4.3" ,
92
91
"nopt" : " ^3.0.1" ,
93
92
"npm-run-all" : " ^3.0.0" ,
94
93
"offline-plugin" : " ^3.4.1" ,
126
125
"tslint-loader" : " ^2.1.4" ,
127
126
"typescript" : " ~2.0.3" ,
128
127
"url-loader" : " ^0.5.7" ,
128
+ "uuid" : " ^3.0.0" ,
129
129
"walk-sync" : " ^0.2.6" ,
130
130
"webpack" : " 2.1.0-beta.25" ,
131
131
"webpack-dev-server" : " 2.1.0-beta.9" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function clientId() {
25
25
if ( id ) {
26
26
return id ;
27
27
} else {
28
- id = require ( 'node- uuid' ) . v4 ( ) . toString ( ) ;
28
+ id = require ( 'uuid' ) . v4 ( ) . toString ( ) ;
29
29
configStore . set ( 'client-id' , id ) ;
30
30
return id ;
31
31
}
Original file line number Diff line number Diff line change 72
72
"mkdirp" : " ^0.5.1" ,
73
73
"node-modules-path" : " ^1.0.0" ,
74
74
"node-sass" : " ^3.10.1" ,
75
- "node-uuid" : " ^1.4.3" ,
76
75
"nopt" : " ^3.0.1" ,
77
76
"npm-run-all" : " ^3.0.0" ,
78
77
"offline-plugin" : " ^3.4.1" ,
108
107
"tslint-loader" : " ^2.1.4" ,
109
108
"typescript" : " ~2.0.3" ,
110
109
"url-loader" : " ^0.5.7" ,
110
+ "uuid" : " ^3.0.0" ,
111
111
"walk-sync" : " ^0.2.6" ,
112
112
"webpack" : " 2.1.0-beta.25" ,
113
113
"webpack-dev-server" : " 2.1.0-beta.9" ,
You can’t perform that action at this time.
0 commit comments