Skip to content

Commit

Permalink
Update pngjs for Node 9 support.
Browse files Browse the repository at this point in the history
pngjs now works with Node 9. This updates the minimum dependency.

pngjs/pngjs#95 (comment)
pngjs/pngjs#102
  • Loading branch information
threehams authored Mar 2, 2018
1 parent b974a77 commit 6149425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"pixelmatch": "^4.0.2",
"pngjs": "^3.3.0"
"pngjs": "^3.3.2"
},
"peerDependencies": {
"jest": ">=20 <=22"
Expand Down

0 comments on commit 6149425

Please sign in to comment.