File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
'use strict' ;
4
4
5
- var envify = require ( 'envify/custom' ) ;
5
+ var envify = require ( 'loose- envify/custom' ) ;
6
6
var grunt = require ( 'grunt' ) ;
7
7
var UglifyJS = require ( 'uglify-js' ) ;
8
8
var uglifyify = require ( 'uglifyify' ) ;
Original file line number Diff line number Diff line change 32
32
"coveralls" : " ^2.11.6" ,
33
33
"del" : " ^2.0.2" ,
34
34
"derequire" : " ^2.0.3" ,
35
- "envify" : " ^3.0.0" ,
36
35
"eslint" : " 1.10.3" ,
37
36
"eslint-plugin-react" : " 4.1.0" ,
38
37
"eslint-plugin-react-internal" : " file:eslint-rules" ,
49
48
"gulp-flatten" : " ^0.2.0" ,
50
49
"gzip-js" : " ~0.3.2" ,
51
50
"jest-cli" : " ^0.9.0" ,
51
+ "loose-envify" : " ^1.1.0" ,
52
52
"platform" : " ^1.1.0" ,
53
53
"run-sequence" : " ^1.1.4" ,
54
54
"through2" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 23
23
"node" : " >=0.10.0"
24
24
},
25
25
"dependencies" : {
26
- "envify " : " ^3.0.0 " ,
27
- "fbjs " : " ^0.8.0-alpha.2 "
26
+ "fbjs " : " ^0.8.0-alpha.2 " ,
27
+ "loose-envify " : " ^1.1.0 "
28
28
},
29
29
"browserify" : {
30
30
"transform" : [
31
- " envify"
31
+ " loose- envify"
32
32
]
33
33
}
34
34
}
You can’t perform that action at this time.
0 commit comments