Skip to content

Commit

Permalink
add Makefile bin/brain-games.js package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Sep 26, 2023
1 parent e25633d commit 36b2e6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ install:
brain-games:
node bin/brain-games.js

publish:
npm publish --dry-run
1 change: 1 addition & 0 deletions bin/brain-games.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
node bin/brain-games.js
Welcome to the Brain Games!
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"type": "module",
"version": "1.0.0",
"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 36b2e6b

Please sign in to comment.