diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 06949f0..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T00:59:45.410Z 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 98ecb4e..ff2bd75 100644 --- a/docs/types/test.ts +++ b/docs/types/test.ts @@ -35,7 +35,7 @@ import isBoolean = require( './index' ); // Attached to main export is an isPrimitive method which returns a boolean... { - // tslint:disable-next-line:no-construct + // eslint-disable-next-line no-new-wrappers isBoolean.isPrimitive( new Boolean( true ) ); // $ExpectType boolean isBoolean.isPrimitive( true ); // $ExpectType boolean } @@ -49,7 +49,7 @@ import isBoolean = require( './index' ); // Attached to main export is an isPrimitive method which returns a boolean... { - // tslint:disable-next-line:no-construct + // eslint-disable-next-line no-new-wrappers isBoolean.isObject( new Boolean( true ) ); // $ExpectType boolean isBoolean.isObject( true ); // $ExpectType boolean } diff --git a/package.json b/package.json index 9f43e20..28ac606 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@stdlib/assert-has-symbol-support": "^0.1.1", - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "proxyquire": "^2.0.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby", "istanbul": "^0.4.1",