mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +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",
|
"http",
|
||||||
"ajax",
|
"ajax",
|
||||||
"promise",
|
"promise",
|
||||||
"node"
|
"node",
|
||||||
|
"browser",
|
||||||
|
"fetch",
|
||||||
|
"rest",
|
||||||
|
"api",
|
||||||
|
"client"
|
||||||
],
|
],
|
||||||
"author": "Matt Zabriskie",
|
"author": "Matt Zabriskie",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user