Skip to content

Commit

Permalink
add Makefile package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatyana-js committed Oct 22, 2023
1 parent 8c45f0e commit 744d3b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
install:
npm ci

brain-games:
node bin/brain-games.js

publish:
npm publish --dry-run

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.0.0",
"description": "Mind games - a set of five arithmetic games",
"bin": {
"brain-games": "bin/brain-games.js",
"brain-even": "bin/brain-even.js",
"brain-calc": "bin/brain-calc.js",
"brain-gcd": "bin/brain-gcd.js",
Expand Down

0 comments on commit 744d3b1

Please sign in to comment.