🌐 AI搜索 & 代理 主页
Skip to content

Commit 107a9b0

Browse files
devcorrelatorjlbooker
authored andcommitted
Updated composer.json and readme to include composer. (#194)
* Update composer.json * Update readme.md * Fixed issue with bloodhound link.
1 parent 7c8aa88 commit 107a9b0

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
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
}

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)