gulp-svgstore
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gulp-svgstore", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Combine svg files into one with defs", | ||
@@ -13,3 +13,6 @@ "main": "index.js", | ||
}, | ||
"author": "Andrey Kuzmin (unsoundscapes@gmail.com)", | ||
"author": { | ||
"name": "Andrey Kuzmin", | ||
"email": "unsoundscapes@gmail.com" | ||
}, | ||
"license": "MIT", | ||
@@ -28,3 +31,9 @@ "bugs": { | ||
"gulp-svgmin": "^0.4.5" | ||
} | ||
}, | ||
"keywords": [ | ||
"gulp", | ||
"svg", | ||
"icon", | ||
"sprite" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
4821