Skip to content

Commit 6f58afa

Browse files
rootroot
authored andcommitted
fix bin in pacjage.json
1 parent ce7f442 commit 6f58afa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "[![Actions Status](https://github.com/aptart/frontend-project-44/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/aptart/frontend-project-44/actions)",
66
"main": "index.js",
77
"bin": {
8-
"code": "bin/brain-games.js"
8+
"brain-games": "bin/brain-games.js"
99
},
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1"
@@ -20,8 +20,5 @@
2020
"url": "https://github.com/aptart/frontend-project-44/issues"
2121
},
2222
"homepage": "https://github.com/aptart/frontend-project-44#readme"
23-
"bin": {
24-
"brain-games": "bin/brain-games.js"
25-
}
2623
}
2724

0 commit comments

Comments
 (0)