We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce46ea commit 489d3fdCopy full SHA for 489d3fd
package.json
@@ -9,7 +9,12 @@
9
},
10
"bin": {
11
"brain-games": "bin/brain-games.js",
12
- "brain-even": "bin/brain-even.js"
+ "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
+
18
19
"author": "",
20
"license": "ISC",
0 commit comments