dappbooster 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -35,7 +35,7 @@ function cloneRepo(projectName) {
35
35
  };
36
36
 
37
37
  try {
38
- console.log(`Cloning DappBooster...`);
38
+ console.log(`Cloning dAppBooster...`);
39
39
 
40
40
  // Clone the repository
41
41
  execSync(
@@ -65,7 +65,7 @@ function cloneRepo(projectName) {
65
65
  // Initialize a new git repository
66
66
  execSync("git init", execOptions);
67
67
 
68
- console.log(`DappBooster repository cloned in ${chalk.bold(projectDir)}`);
68
+ console.log(`dAppBooster repository cloned in ${chalk.bold(projectDir)}`);
69
69
  console.log(`Latest version: ${chalk.bold(latestTag)}`);
70
70
  console.log(`
71
71
  ${chalk.green.bold(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dappbooster",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Script to easily start your project with dAppBooster",
5
5
  "main": "index.js",
6
6
  "bin": {