Closed xseignard closed 7 years ago
Hi, please publish changes you made in #25 Currently get-pixels have same version as in github, but pngjs2 dependency is ^1.0.0 It's confusing, and broke dependency from other packages. With regards Vasiliy
Correct me if I'm wrong, but looks like things are synced up. Closing. Just tidying up. 😄
Hello With #25 you updated the
pngjs
dependency, but still the new version hasn't been published to npm.A simple
npm publish
would get rid of the annoying deprecation warning.Also, I recommend you to use
npm version
to bump versions. See: https://docs.npmjs.com/cli/versionBest regards
Xavier