Skip to content

Commit 489d3fd

Browse files
author
daria-z
committed
update bin in package.json
1 parent fce46ea commit 489d3fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
},
1010
"bin": {
1111
"brain-games": "bin/brain-games.js",
12-
"brain-even": "bin/brain-even.js"
12+
"brain-even": "bin/brain-even.js",
13+
"brain-calc": "bin/brain-calc.js",
14+
"brain-gcd": "bin/brain-gcd.js",
15+
"brain-prime": "bin/brain-prime.js",
16+
"brain-progression": "bin/brain-progression.js"
17+
1318
},
1419
"author": "",
1520
"license": "ISC",

0 commit comments

Comments
 (0)