react-native-icon
Advanced tools
Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "react-native-icon", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Automatic icon resizing for React Native. Inspired by cordova-icon.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
const fs = require('fs'); | ||
const { generate } = require('./generate'); | ||
const generate = require('./generate'); | ||
@@ -37,3 +37,3 @@ program | ||
// Generate some icons then innit. | ||
generate(searchRoot, sourceIcon) | ||
generate.generate(searchRoot, sourceIcon) | ||
.then((results) => { | ||
@@ -40,0 +40,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10819
1
8