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

Commit 652e682

Browse files
Update composer.json
1 parent 7c8aa88 commit 652e682

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-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
}

0 commit comments

Comments
 (0)