Skip to content

Commit 09d4050

Browse files
JaySoni1kgryte
andauthored
chore: fix JavaScript lint errors
PR-URL: #6029 Closes: #6004 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]> Signed-off-by: JaySoni1 <[email protected]> Signed-off-by: Athan Reines <[email protected]>
1 parent a0ae68f commit 09d4050

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/node_modules/@stdlib/_tools/pkgs/deps/lib/sync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var debug = logger( 'pkg-deps:sync' );
5858
* var pkgs = [ '/foo/bar/baz' ];
5959
*
6060
* var deps = pkgDeps( pkgs );
61-
* // returns [{...}]
61+
* // e.g., returns [{...}]
6262
*/
6363
function pkgDeps( pkgs, options ) {
6464
var results;

lib/node_modules/@stdlib/utils/get-prototype-of/lib/polyfill.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// MODULES //
2222

2323
var nativeClass = require( '@stdlib/utils/native-class' );
24+
var Object = require( '@stdlib/object/ctor' );
2425
var getProto = require( './proto.js' );
2526

2627

0 commit comments

Comments
 (0)