rockykitamura / grunt-po2json

MIT License
16 stars 21 forks source link

NPM gives warning because Grunt is out of date #22

Open jehna opened 7 years ago

jehna commented 7 years ago

Installing this project from NPM currently gives out the following warning:

npm WARN grunt-po2json@0.3.0 requires a peer of grunt@~0.4.1 but none was installed.

This is because the version in NPM still has Grunt version ~0.4.1 declared in the package.json file.

Could you update the package.json version to 0.3.1 and publish a new version to NPM? This would fix the issue. You should be able to publish the package just by running:

npm publish

Also pull request #19 can be closed, since the Grunt version is already updated.