convert-figma-svgs-for-react
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "convert-figma-svgs-for-react", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A small script for a very specific use case.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -66,3 +66,7 @@ var fs = require('fs') | ||
chalk.keyword('orange')( | ||
'No config file (' + CONFIG_FILENAME + ') found in ' + dirname + ' .' | ||
'No config file (' + | ||
CONFIG_FILENAME + | ||
') found in ' + | ||
directory + | ||
' .' | ||
) | ||
@@ -69,0 +73,0 @@ ) |
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
24124
220