🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "twitter/typeahead.js",
"name": "corejavascript/typeahead.js",
"description": "fast and fully-featured autocomplete library",
"keywords": ["typeahead", "autocomplete"],
"homepage": "http://twitter.github.com/typeahead.js",
"homepage": "https://typeahead.js.org/",
"authors": [
{
"name": "Twitter Inc.",
"homepage": "https://twitter.com/twitteross"
},
{
"name": "Jake Harding",
"homepage": "https://github.com/jharding"
}
],
"support": {
"issues": "https://github.com/twitter/typeahead.js/issues"
"issues": "https://github.com/corejavascript/typeahead.js/issues"
},
"author": "Twitter Inc.",
"license": "MIT"
}
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ How you acquire typeahead.js is up to you:

* Install with [npm](https://www.npmjs.com): `$ npm install corejs-typeahead`

* Install with [composer](https://getcomposer.org/): `$ composer require corejavascript/typeahead.js`

* [Download zipball of latest release](https://github.com/corejavascript/typeahead.js/archive/master.zip)

* Download the latest dist files individually:
Expand Down