File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @flyn-nick/bisection-method" ,
33 "description" : " A quick and inefficient implementation of the bisection method in TS." ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "main" : " ./dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "scripts" : { "test" : " echo \" ERROR: Sorry, no test included 😢.\" && exit 0" },
88 "repository" : {
99 "type" : " git" ,
10- "url" : " https://github.com/FlyN-Nick/Bisection-Method.git"
10+ "url" : " https://github.com/FlyN-Nick/Bisection-Method-TypeScript .git"
1111 },
1212 "keywords" : [ " bisection" , " bisection method" ],
1313 "author" : " Nicholas Assaderaghi <nickassader@gmail.com> (https://github.com/FlyN-Nick)" ,
1414 "license" : " MIT" ,
15- "bugs" : { "url" : " https://github.com/FlyN-Nick/Bisection-Method/issues" },
16- "homepage" : " https://github.com/FlyN-Nick/Bisection-Method" ,
15+ "bugs" : { "url" : " https://github.com/FlyN-Nick/Bisection-Method-TypeScript /issues" },
16+ "homepage" : " https://github.com/FlyN-Nick/Bisection-Method-TypeScript " ,
1717 "publishConfig" : { "registry" : " https://npm.pkg.github.com/" }
1818}
You can’t perform that action at this time.
0 commit comments