mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
chore: enhance package.json keywords for better discoverability (#7116)
- Add 'browser', 'fetch', 'rest', 'api', 'client' keywords - Improve npm package discoverability for common HTTP client searches - Better categorize axios functionality for developers Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+6
-1
@@ -80,7 +80,12 @@
|
||||
"http",
|
||||
"ajax",
|
||||
"promise",
|
||||
"node"
|
||||
"node",
|
||||
"browser",
|
||||
"fetch",
|
||||
"rest",
|
||||
"api",
|
||||
"client"
|
||||
],
|
||||
"author": "Matt Zabriskie",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user