Skip to content

Commit e9ec17a

Browse files
committed
Temporarily limit to only a single package
1 parent eb4f296 commit e9ec17a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/search/pkg-index/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/search/pkg-index/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var rootDir = require( '@stdlib/_tools/utils/root-dir' );
2424
var pkgIndex = require( './../lib' );
2525

2626
// Define a directory containing READMEs from which to create a search index:
27-
var dir = join( rootDir(), 'lib', 'node_modules', '@stdlib', 'math', 'base', 'special' );
27+
var dir = join( rootDir(), 'lib', 'node_modules', '@stdlib', 'math', 'base', 'special', 'abs' );
2828

2929
// Create a search index:
3030
var opts = {

0 commit comments

Comments
 (0)