selaux / node-sprite-generator

Generates image sprites and their spritesheets (css, stylus, sass or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.
MIT License
191 stars 39 forks source link

Rename lib/nsg.js => lib/index.js #73

Closed mrsadooo closed 6 years ago

mrsadooo commented 6 years ago

Rename lib/nsg.js to lib/index.js in package.json, so importing node-sprite-generator does not fail.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a84a0ec9d87c393d264b298c6e1e3b6dacdefaf3 on mrsadooo:master into ae76ac74eac0607afab139960202cdc734847f7f on selaux:master.

selaux commented 6 years ago

Thx.