simple-icons
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -11,3 +11,3 @@ const dataFile = './_data/simple-icons.json'; | ||
.replace(/[ .\-!’]/g, ''); | ||
i.svg = fs.readFileSync(`./icons/${filename}.svg`, 'utf8'); | ||
i.svg = fs.readFileSync(`${__dirname}/icons/${filename}.svg`, 'utf8'); | ||
icons[i.title] = i | ||
@@ -14,0 +14,0 @@ }); |
{ | ||
"name": "simple-icons", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "SVG icons for popular brands https://simpleicons.org", | ||
@@ -5,0 +5,0 @@ "homepage": "https://www.simpleicons.org", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
482609