diff options
author | Will Mendes <willmendesneto@gmail.com> | 2020-05-19 11:33:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 16:33:47 +0200 |
commit | 8b51d17c469a7bafa1193d8af2a52e0d4c645eef (patch) | |
tree | 18fcb230ee539f73de42b6be51b6af3802d1c012 /plugins/frontend-search/README.md | |
parent | f7bf566555a2c0e87deba5dfb3e344f23f4a51bb (diff) | |
download | zsh-8b51d17c469a7bafa1193d8af2a52e0d4c645eef.tar.gz zsh-8b51d17c469a7bafa1193d8af2a52e0d4c645eef.tar.bz2 zsh-8b51d17c469a7bafa1193d8af2a52e0d4c645eef.zip |
frontend-search: add packagephobia (#8908)
Diffstat (limited to 'plugins/frontend-search/README.md')
-rw-r--r-- | plugins/frontend-search/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/frontend-search/README.md b/plugins/frontend-search/README.md index ddcb3d72b..050058931 100644 --- a/plugins/frontend-search/README.md +++ b/plugins/frontend-search/README.md @@ -52,6 +52,7 @@ Available search contexts are: | mdn | `https://developer.mozilla.org/search?q=` | | nodejs | `https://www.google.com/search?as_sitesearch=nodejs.org/en/docs/&as_q=` | | npmjs | `https://www.npmjs.com/search?q=` | +| packagephobia | `https://packagephobia.now.sh/result?p=` | | qunit | `https://api.qunitjs.com/?s=` | | reactjs | `https://google.com/search?as_sitesearch=facebook.github.io/react&as_q=` | | smacss | `https://google.com/search?as_sitesearch=smacss.com&as_q=` | |