pixelblock-cli
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -12,3 +12,3 @@ #!/usr/bin/env node | ||
.action((component) => { | ||
const templatesDir = path.join(__dirname, '../templates'); | ||
const templatesDir = path.join(__dirname, '../components'); | ||
const projectRoot = process.cwd(); | ||
@@ -29,2 +29,2 @@ const destinationDir = path.join(projectRoot, 'components', 'PixelBlock'); | ||
program.parse(process.argv); | ||
program.parse(process.argv); |
{ | ||
"name": "pixelblock-cli", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"main": "bin/install.js", | ||
@@ -9,6 +9,7 @@ "bin": { | ||
"dependencies": { | ||
"@types/react": "^18.3.3", | ||
"commander": "^12.1.0", | ||
"fs-extra": "^11.2.0", | ||
"inquirer": "^9.2.22", | ||
"react": "^18.0.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.0.0" | ||
@@ -18,5 +19,3 @@ }, | ||
"bin", | ||
"lib", | ||
"templates", | ||
"index.js", | ||
"src", | ||
"README.md" | ||
@@ -23,0 +22,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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
10252
4
108
1
98
6
+ Added@types/react@^18.3.3
+ Added@types/prop-types@15.7.13(transitive)
+ Added@types/react@18.3.12(transitive)
+ Addedcsstype@3.1.3(transitive)
Updatedreact@^18.3.1