diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 665eeef..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:05:12.799Z 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 67bedcf..1b7bd51 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 Int16Array = require( './index' ); diff --git a/package.json b/package.json index 4805e1d..d8370a8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@stdlib/assert-is-function": "^0.1.1", "@stdlib/assert-is-int16array": "^0.1.1", "@stdlib/assert-is-nonnegative-integer": "^0.1.0", - "@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",