Skip to content

Commit

Permalink
add bin/brain-games.js package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Sep 27, 2023
1 parent 3495672 commit b77725a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/brain-games.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env node
node bin/brain-games.js
Welcome to the Brain Games!

console.log('Welcome to the Brain Games!');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "[![Actions Status](https://github.com/Tanya14081981/frontend-project-44/workflows/hexlet-check/badge.svg)](https://github.com/Tanya14081981/frontend-project-44/actions)",
"bin": {
"brain-games": "bin/brain-games.js"
}
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit b77725a

Please sign in to comment.