Skip to content

Commit a6a4bfa

Browse files
committed
emergency fix - broken dependency
1 parent cfa0009 commit a6a4bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jimp",
3-
"version": "0.2.22",
3+
"version": "0.2.23",
44
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"load-bmfont": "^1.2.3",
3333
"mime": "^1.3.4",
3434
"pixelmatch": "^4.0.0",
35-
"pngjs": "^2.1.0",
35+
"pngjs": "2.2.0",
3636
"read-chunk": "^1.0.1",
3737
"request": "^2.65.0",
3838
"stream-to-buffer": "^0.1.0",

0 commit comments

Comments
 (0)