mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Expose libvips+deps versions attribute
Add versions.json for Linux packaging Bump vips-dev Windows version for latest libpng
This commit is contained in:
@@ -72,4 +72,11 @@ describe('Utilities', function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Versions', function() {
|
||||
it('Contains expected attributes', function() {
|
||||
assert.strictEqual('object', typeof sharp.versions);
|
||||
assert.strictEqual('string', typeof sharp.versions.vips);
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user