Skip to content

Commit ab3ae17

Browse files
committed
Update requires
1 parent 7fad025 commit ab3ae17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/utils/dirname/lib/dirname.js

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

2323
var isString = require( '@stdlib/assert/is-string' ).isPrimitive;
24-
var RE_DIRNAME = require( '@stdlib/regexp/dirname' );
24+
var RE_DIRNAME = require( '@stdlib/regexp/dirname' ).REGEXP;
2525

2626

2727
// MAIN //

lib/node_modules/@stdlib/utils/extname/lib/extname.js

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

2323
var isString = require( '@stdlib/assert/is-string' ).isPrimitive;
24-
var RE_EXTNAME = require( '@stdlib/regexp/extname' );
24+
var RE_EXTNAME = require( '@stdlib/regexp/extname' ).REGEXP;
2525

2626

2727
// MAIN //

0 commit comments

Comments
 (0)