diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0dae4fe..3bc3576 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,6 +29,7 @@ Ognjen Jevremović Philipp Burckhardt Pranav Goswami Ricky Reusser +Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> rei2hu -Robert Gislason diff --git a/docs/types/test.ts b/docs/types/test.ts index 1cdbcd0..c2dd14e 100644 --- a/docs/types/test.ts +++ b/docs/types/test.ts @@ -16,7 +16,7 @@ * limitations under the License. */ -/* tslint:disable:no-unused-expression */ +/* eslint-disable @typescript-eslint/no-unused-expressions */ import ns = require( './index' ); diff --git a/package.json b/package.json index 2a98723..d17c964 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@stdlib/assert-is-prime": "^0.1.1", "@stdlib/assert-is-square-number": "^0.1.0", "@stdlib/assert-is-triangular-number": "^0.1.0", - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "@stdlib/constants-float64-eps": "^0.1.1", "@stdlib/constants-float64-max-safe-integer": "^0.1.1", "@stdlib/constants-float64-pi": "^0.1.1",