@adonisjs-ecommerce-core/create 1.0.1 → 1.0.2
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.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -267,6 +267,7 @@ async function createProject(config) {
|
|
|
267
267
|
console.log(chalk.hex("#B388FF")(` $ ${config.packageManager === "npm" ? "npm run" : config.packageManager} dev`));
|
|
268
268
|
console.log();
|
|
269
269
|
console.log(chalk.gray(" Docs ") + chalk.hex("#7C4DFF").underline("https://github.com/haliltoma/adonisjs-ecommerce-core"));
|
|
270
|
+
console.log(chalk.gray(" Web ") + chalk.hex("#7C4DFF").underline("https://laserkopf.com"));
|
|
270
271
|
console.log(chalk.gray(" Made with ") + chalk.hex("#E040FB")("<3") + chalk.gray(" by ") + chalk.hex("#7C4DFF").bold("laserkopf"));
|
|
271
272
|
console.log();
|
|
272
273
|
} catch (error) {
|