1
0

Bunch of tweaks and fixes.

This commit is contained in:
2019-01-10 09:21:09 +01:00
parent 66807f7c4f
commit 0457144c94
6 changed files with 32 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@bthlabs/sass-spritemaker",
"version": "1.0.1",
"version": "1.0.2",
"description": "Convert a bunch of PNGs to a Sass spritemap.",
"main": "./lib/spritemaker.js",
"repository": {
@@ -20,8 +20,7 @@
"dependencies": {
"glob": "7.1.3",
"mustache": "3.0.1",
"pngjs": "3.3.3",
"urijs": "1.19.1"
"pngjs": "3.3.3"
},
"devDependencies": {
"chai": "4.2.0",