Skip to content

Commit dec8ccf

Browse files
committed
update bin section
1 parent 15e4025 commit dec8ccf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

bin/brain-even.js

Whitespace-only changes.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"type": "module",
55
"description": "[![Actions Status](https://github.com/elrbkn/qa-auto-engineer-javascript-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/elrbkn/qa-auto-engineer-javascript-project-44/actions)",
6+
"bin": {
7+
"brain-games": "bin/brain-games.js",
8+
"brain-even": "bin/brain-even.js"
9+
},
610
"main": "index.js",
711
"scripts": {
812
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)