Skip to content
This repository was archived by the owner on Jul 28, 2021. It is now read-only.

Commit ef5c1c9

Browse files
committed
Adding jsx extension to search command paths
1 parent c1cceb9 commit ef5c1c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/tink.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const CMDS = new Map([
66
['sh', require('../lib/commands/shell.js')],
77
['shell', require('../lib/commands/shell.js')],
88
['org', require('../lib/commands/org.jsx')],
9-
['s', require('../lib/commands/search.js')],
10-
['se', require('../lib/commands/search.js')],
11-
['find', require('../lib/commands/search.js')],
12-
['search', require('../lib/commands/search.js')],
9+
['s', require('../lib/commands/search.jsx')],
10+
['se', require('../lib/commands/search.jsx')],
11+
['find', require('../lib/commands/search.jsx')],
12+
['search', require('../lib/commands/search.jsx')],
1313
['prep', require('../lib/commands/prepare.js')],
1414
['prepare', require('../lib/commands/prepare.js')],
1515
['ping', require('../lib/commands/ping.js')]

0 commit comments

Comments
 (0)