build-threejs-app
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -50,3 +50,3 @@ #!/usr/bin/env node | ||
execSync('npx rimraf ./.git'); | ||
fs.rmdirSync(path.join(projectPath, 'bin'), { recursive: true }); | ||
fs.rmSync(path.join(projectPath, 'bin'), { recursive: true }); | ||
@@ -56,3 +56,3 @@ console.log('The installation is now complete!'); | ||
console.log('We suggest that you start by typing:'); | ||
console.log(` cd ${folderName}`); | ||
console.log(` cd ${projectName}`); | ||
console.log(' npm install'); | ||
@@ -59,0 +59,0 @@ console.log(' npm run dev'); |
{ | ||
"name": "build-threejs-app", | ||
"private": false, | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "bin": "bin/buildApp.js", |
4388273