heliocrafts
Advanced tools
Comparing version 2.0.27 to 2.0.28
@@ -14,2 +14,3 @@ #!/usr/bin/env node | ||
for (const key in filesObject) { | ||
console.log("keyname", key); | ||
if (key.startsWith(`/${folderName}/index.js` || key.startsWith(`/${folderName}/index.jsx`) || key.startsWith(`/${folderName}/index.tsx`) || key.startsWith(`/${folderName}/index.ts`))) { | ||
@@ -16,0 +17,0 @@ console.log("inside index.ts", key); |
{ | ||
"name": "heliocrafts", | ||
"version": "2.0.27", | ||
"version": "2.0.28", | ||
"description": "A CLI to integrate cutting-edge and production-ready web components from heliocrafts into your project.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9685
189