Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
- fix final message
  • Loading branch information
iwaduarte committed Oct 13, 2022
1 parent c5b9779 commit e85f1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/express-sire.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const start = async () => {
##############################################
\\o/ All good to go!
Running instructions:
1 - cd <project-name> ${backendFolder} && /${backendFolder}
1 - cd <project-name>${backendFolder && `/${backendFolder}`}
2 - npm install
3 - npm start
##############################################
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-sire",
"version": "1.0.1",
"version": "1.2.0",
"description": "A express generator ( SIRE: A person who establishes a whole new field of endeavor, S: (Scaffold Interactively Replace Exhaustion))",
"main": "bin/express-sire.js",
"preferGlobal": true,
Expand Down

0 comments on commit e85f1b2

Please sign in to comment.