Skip to content

Commit

Permalink
Update image-size to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Mar 7, 2023
1 parent 0e1d14a commit d47f2ee
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
26 changes: 18 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@kant2002/jszip": "2.7.1",
"elementtree": "^0.1.7",
"image-size": "^0.3.5"
"image-size": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// <reference path="augment.d.ts" />

var path = require('path'),
sizeOf = require('image-size'),
sizeOf = require('image-size').imageSize,
fs = require('fs'),
etree = require('elementtree'),
zip = require("@kant2002/jszip");
Expand Down

0 comments on commit d47f2ee

Please sign in to comment.