2
0
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:
Abhishek3880
2025-10-09 12:57:26 +05:30
committed by GitHub
parent b8e9958b05
commit 6306657396
+6 -1
View File
@@ -80,7 +80,12 @@
"http",
"ajax",
"promise",
"node"
"node",
"browser",
"fetch",
"rest",
"api",
"client"
],
"author": "Matt Zabriskie",
"license": "MIT",