@fersonull/create-npm 1.1.0 → 1.1.1

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/dist/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -123,10 +123,10 @@ async function main() {
123
123
  utils_1.log.error("Dependency installation failed. You can manually install it later.");
124
124
  }
125
125
  else {
126
- utils_1.log.success("\nDependencies installed successfully.");
126
+ utils_1.log.success("Dependencies installed successfully.");
127
127
  }
128
128
  }
129
- utils_1.log.info(`\nProject created at ${projectPath}`);
129
+ utils_1.log.info(`Project created at ${projectPath}`);
130
130
  console.log("\nNext steps:");
131
131
  console.log(` cd ${projectName}`);
132
132
  console.log(" npm run dev\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fersonull/create-npm",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Automated project scaffolding tool",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {