create-prpl
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
const starter = 'https://github.com/tyhopp/prpl/examples/basic.git'; | ||
const starter = 'https://github.com/tyhopp/prpl-starter-minimal.git'; | ||
@@ -18,3 +18,3 @@ // Clone basic starter | ||
stdio: [0, 1, 2], | ||
cwd: path.resolve(__dirname, 'basic') | ||
cwd: path.resolve(__dirname, 'prpl-starter-minimal') | ||
}); | ||
@@ -25,3 +25,3 @@ | ||
stdio: [0, 1, 2], | ||
cwd: path.resolve(__dirname, 'basic') | ||
cwd: path.resolve(__dirname, 'prpl-starter-minimal') | ||
}); |
{ | ||
"name": "create-prpl", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"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
2142