Skip to content

Commit

Permalink
Merge pull request #8 from ItsAnunesS/main
Browse files Browse the repository at this point in the history
Fix message when finish create
ItsAnunesS authored Nov 16, 2022
2 parents 2c04e67 + b8e4818 commit cf57807
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-permawidget-vue",
"version": "1.3.0",
"version": "1.3.1",
"description": "🛠️ The Create Permapages widget boilerplate",
"bin": {
"create-permawidget-vue": "./tasks/cpa.js"
2 changes: 1 addition & 1 deletion tasks/cpa.js
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ function main(name, overwrite = false) {
log("index.html successfully updated", "success");

log(
`The installation is done, this is ready to use !\x1b[0m\n\nYou can now run the following commands:\n\tcd ${projectName}\n\tnpm install\n\tnpm run serve\n\n\x1b[35m\x1b[1mHappy coding !`,
`The installation is done, this is ready to use !\x1b[0m\n\nYou can now run the following commands:\n\tcd ${projectName}\n\tnpm install\n\tnpm run dev\n\n\x1b[35m\x1b[1mHappy coding !`,
"success"
);
} catch (error) {
4 changes: 2 additions & 2 deletions template/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-permawidget-vue",
"version": "1.3.0",
"version": "1.3.1",
"description": "🛠️ The Permapages widget boilerplate sample for Vue.js",
"author": {
"name": "André Nunes",

0 comments on commit cf57807

Please sign in to comment.