File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " twitter /typeahead.js" ,
2+ "name" : " corejavascript /typeahead.js" ,
33 "description" : " fast and fully-featured autocomplete library" ,
44 "keywords" : [" typeahead" , " autocomplete" ],
5- "homepage" : " http ://twitter.github.com/ typeahead.js" ,
5+ "homepage" : " https ://typeahead.js.org/ " ,
66 "authors" : [
77 {
88 "name" : " Twitter Inc." ,
99 "homepage" : " https://twitter.com/twitteross"
10+ },
11+ {
12+ "name" : " Jake Harding" ,
13+ "homepage" : " https://github.com/jharding"
1014 }
1115 ],
1216 "support" : {
13- "issues" : " https://github.com/twitter /typeahead.js/issues"
17+ "issues" : " https://github.com/corejavascript /typeahead.js/issues"
1418 },
15- "author" : " Twitter Inc." ,
1619 "license" : " MIT"
1720}
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ How you acquire typeahead.js is up to you:
2323
2424* Install with [ npm] ( https://www.npmjs.com ) : ` $ npm install corejs-typeahead `
2525
26+ * Install with [ composer] ( https://getcomposer.org/ ) : ` $ composer require corejavascript/typeahead.js `
27+
2628* [ Download zipball of latest release] ( https://github.com/corejavascript/typeahead.js/archive/master.zip )
2729
2830* Download the latest dist files individually:
You can’t perform that action at this time.
0 commit comments