gulp-svgstore
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -19,2 +19,3 @@ 'use strict'; | ||
var svg = combinedDoc.node('svg') | ||
svg.attr({xmlns: 'http://www.w3.org/2000/svg'}) | ||
var defs = svg.node('defs') | ||
@@ -21,0 +22,0 @@ |
{ | ||
"name": "gulp-svgstore", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Combine svg files into one with defs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5232
56