File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Requires libvips v8.6.1.
10
10
[ #825 ] ( https://github.com/lovell/sharp/pull/825 )
11
11
[ @rikh42 ] ( https://github.com/rikh42 )
12
12
13
+ * Add environment variable to ignore globally-installed libvips.
14
+ [ #1165 ] ( https://github.com/lovell/sharp/pull/1165 )
15
+ [ @oncletom ] ( https://github.com/oncletom )
16
+
13
17
#### v0.20.1 - 17<sup >th</sup > March 2018
14
18
15
19
* Improve installation experience when a globally-installed libvips below the minimum required version is found.
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ the help and code contributions of the following people:
109
109
* [ Oleh Aleinyk] ( https://github.com/oaleynik )
110
110
* [ Marcel Bretschneider] ( https://github.com/3epnm )
111
111
* [ Andrea Bianco] ( https://github.com/BiancoA )
112
+ * [ Rik Heywood] ( https://github.com/rikh42 )
113
+ * [ Thomas Parisot] ( https://github.com/oncletom )
112
114
113
115
Thank you!
114
116
Original file line number Diff line number Diff line change 46
46
" Oleh Aleinyk <oleg.aleynik@gmail.com>" ,
47
47
" Marcel Bretschneider <marcel.bretschneider@gmail.com>" ,
48
48
" Andrea Bianco <andrea.bianco@unibas.ch>" ,
49
- " Rik Heywood <rik@rik.org>"
49
+ " Rik Heywood <rik@rik.org>" ,
50
+ " Thomas Parisot <hi@oncletom.io>"
50
51
],
51
52
"scripts" : {
52
53
"install" : " (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)" ,
92
93
"devDependencies" : {
93
94
"async" : " ^2.6.0" ,
94
95
"cc" : " ^1.0.2" ,
95
- "documentation" : " ^6.1 .0" ,
96
+ "documentation" : " ^6.2 .0" ,
96
97
"exif-reader" : " ^1.0.2" ,
97
98
"icc" : " ^1.0.0" ,
98
99
"mocha" : " ^5.0.5" ,
You can’t perform that action at this time.
0 commit comments