From d11b485c3a01416d6508bfaa1c5aa61a120c3821 Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Thu, 16 Nov 2017 16:57:09 +0000 Subject: [PATCH] Remove unnecessary constants --- bin/rename.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/rename.js b/bin/rename.js index e4aa4be..d66f269 100644 --- a/bin/rename.js +++ b/bin/rename.js @@ -118,10 +118,6 @@ const renameCompanyFiles = (name) => { }) } -const newCompanyName = 'magicalcompany'; -const newProjectName = 'TestTemplate'; -const newPackageName = 'com.magicalcompany.testtemplate'; - const run = async () => { console.log('------------------------------'); let projectName = await readInput('Project name, e.g. My Amazing Project');