simple-icons
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -10,3 +10,6 @@ const dataFile = './_data/simple-icons.json'; | ||
.replace(/\+/g, "plus") | ||
.replace(/[ .\-!’]/g, ''); | ||
.replace(/^\./, "dot-") | ||
.replace(/\.$/, "-dot") | ||
.replace(/\./g, "-dot-") | ||
.replace(/[ !’]/g, ''); | ||
i.svg = fs.readFileSync(`${__dirname}/icons/${filename}.svg`, 'utf8'); | ||
@@ -13,0 +16,0 @@ icons[i.title] = i |
{ | ||
"name": "simple-icons", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "SVG icons for popular brands https://simpleicons.org", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.simpleicons.org", |
603372
2144