We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8aa88 commit 652e682Copy full SHA for 652e682
composer.json
@@ -1,17 +1,20 @@
1
{
2
- "name": "twitter/typeahead.js",
+ "name": "corejavascript/typeahead.js",
3
"description": "fast and fully-featured autocomplete library",
4
"keywords": ["typeahead", "autocomplete"],
5
- "homepage": "http://twitter.github.com/typeahead.js",
+ "homepage": "https://typeahead.js.org/",
6
"authors": [
7
8
"name": "Twitter Inc.",
9
"homepage": "https://twitter.com/twitteross"
10
+ },
11
+ {
12
+ "name": "Jake Harding",
13
+ "homepage": "https://github.com/jharding"
14
}
15
],
16
"support": {
- "issues": "https://github.com/twitter/typeahead.js/issues"
17
+ "issues": "https://github.com/corejavascript/typeahead.js/issues"
18
},
- "author": "Twitter Inc.",
19
"license": "MIT"
20
0 commit comments