Skip to content

Commit 76240c8

Browse files
Add typeahead selector
1 parent b1667c4 commit 76240c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-typeahead",
3-
"version": "2.0.0-alpha.7",
3+
"version": "2.0.14",
44
"description": "React-based typeahead and typeahead-tokenizer",
55
"keywords": [
66
"react",

src/react-typeahead.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
var Typeahead = require('./typeahead');
22
var Tokenizer = require('./tokenizer');
3+
var TypeaheadSelector = require('./typeahead/selector')
34

45
module.exports = {
56
Typeahead: Typeahead,
6-
Tokenizer: Tokenizer
7+
Tokenizer: Tokenizer,
8+
TypeaheadSelector: TypeaheadSelector
79
};

0 commit comments

Comments
 (0)