From f1c5d66de14446c30e3280260be48d1b8262f1ce Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 12 Nov 2023 21:25:54 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - CONTRIBUTORS | 2 +- docs/types/test.ts | 3 +-- package.json | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index dde69bd..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:03:29.391Z 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 7304e8f..da15502 100644 --- a/docs/types/test.ts +++ b/docs/types/test.ts @@ -16,8 +16,7 @@ * limitations under the License. */ -// tslint:disable: no-construct -// tslint:disable: no-unused-expression +/* eslint-disable @typescript-eslint/no-unused-expressions */ import Uint32Array = require( './index' ); diff --git a/package.json b/package.json index 4ef38e8..5d29ce6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@stdlib/assert-is-function": "^0.1.1", "@stdlib/assert-is-nonnegative-integer": "^0.1.0", "@stdlib/assert-is-uint32array": "^0.1.1", - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "@stdlib/math-base-special-pow": "^0.1.0", "@stdlib/math-base-special-round": "^0.1.1", "@stdlib/random-base-randi": "^0.1.0",