create-prpl
Advanced tools
Comparing version 0.0.27 to 0.0.28
@@ -20,3 +20,3 @@ #! /usr/bin/env node | ||
// Install dependency | ||
execSync('npm', { | ||
execSync('npm install', { | ||
stdio: [0, 1, 2], | ||
@@ -23,0 +23,0 @@ cwd: repoPath |
{ | ||
"name": "create-prpl", | ||
"version": "0.0.27", | ||
"version": "0.0.28", | ||
"description": "Initializer for PRPL projects", | ||
@@ -5,0 +5,0 @@ "author": "Ty Hopp (https://tyhopp.com)", |
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
1283