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 0dfd737 commit 309d9e4Copy full SHA for 309d9e4
README.md
@@ -2,5 +2,5 @@
2
A quick implementation of the Bisection Method in TypeScript.
3
To install run the below command:
4
```
5
-npm install @flyn-nick/bisection-method@1.0.2
+npm install @flyn_nick/bisection-method@1.0.3
6
package.json
@@ -1,7 +1,7 @@
1
{
"name": "@flyn-nick/bisection-method",
"description": "A quick and inefficient implementation of the bisection method in TS.",
- "version": "1.0.2",
+ "version": "1.0.3",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
7
"scripts": { "test": "echo \"ERROR: Sorry, no test included 😢.\" && exit 0" },
0 commit comments