twolfson / grunt-spritesmith

Grunt task for converting a set of images into a spritesheet and corresponding CSS variables
MIT License
1.14k stars 92 forks source link

npm WARN package.json grunt-spritesmith@0.5.6 'repositories' (plural) Not supported. #149

Closed select closed 9 years ago

select commented 9 years ago

I get this warning when I type npm install in a project that I inherited. Not sure if this is critical or not.

twolfson commented 9 years ago

You are on a very very old version of grunt-spritesmith. The current version is 5.1.8 and has a repository key:

https://github.com/Ensighten/grunt-spritesmith/blob/5.1.8/package.json#L37-L40

There are some major changes notes in the README:

https://github.com/Ensighten/grunt-spritesmith/tree/5.1.8#breaking-changes-in-300