File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " react-typeahead" ,
3- "version" : " 2.0.0-alpha.7 " ,
2+ "name" : " @brodrickchilds/ react-typeahead" ,
3+ "version" : " 2.0.14 " ,
44 "description" : " React-based typeahead and typeahead-tokenizer" ,
55 "keywords" : [
66 " react" ,
99 " autocomplete" ,
1010 " react-component"
1111 ],
12- "homepage" : " https://github.com/fmoo /react-typeahead" ,
12+ "homepage" : " https://github.com/BrodrickChilds /react-typeahead" ,
1313 "bugs" : {
14- "url" : " https://github.com/fmoo /react-typeahead/issues" ,
14+ "url" : " https://github.com/BrodrickChilds /react-typeahead/issues" ,
15151616 },
1717 "license" : " ISC" ,
2929 ],
3030 "repository" : {
3131 "type" : " git" ,
32- "url" : " https://github.com/fmoo /react-typeahead.git "
32+ "url" : " https://github.com/BrodrickChilds /react-typeahead"
3333 },
3434 "dependencies" : {
3535 "classnames" : " ^1.2.0" ,
Original file line number Diff line number Diff line change 11var Typeahead = require ( './typeahead' ) ;
22var Tokenizer = require ( './tokenizer' ) ;
3+ var TypeaheadSelector = require ( './typeahead/selector' )
34
45module . exports = {
56 Typeahead : Typeahead ,
6- Tokenizer : Tokenizer
7+ Tokenizer : Tokenizer ,
8+ TypeaheadSelector : TypeaheadSelector
79} ;
You can’t perform that action at this time.
0 commit comments