summaryrefslogtreecommitdiff
path: root/plugins/frontend-search/_frontend-search.sh
diff options
context:
space:
mode:
authorWill Mendes <willmendesneto@gmail.com>2020-05-19 11:33:47 -0300
committerGitHub <noreply@github.com>2020-05-19 16:33:47 +0200
commit8b51d17c469a7bafa1193d8af2a52e0d4c645eef (patch)
tree18fcb230ee539f73de42b6be51b6af3802d1c012 /plugins/frontend-search/_frontend-search.sh
parentf7bf566555a2c0e87deba5dfb3e344f23f4a51bb (diff)
downloadzsh-8b51d17c469a7bafa1193d8af2a52e0d4c645eef.tar.gz
zsh-8b51d17c469a7bafa1193d8af2a52e0d4c645eef.tar.bz2
zsh-8b51d17c469a7bafa1193d8af2a52e0d4c645eef.zip
frontend-search: add packagephobia (#8908)
Diffstat (limited to 'plugins/frontend-search/_frontend-search.sh')
-rw-r--r--plugins/frontend-search/_frontend-search.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/frontend-search/_frontend-search.sh b/plugins/frontend-search/_frontend-search.sh
index c59640e74..15f8d239d 100644
--- a/plugins/frontend-search/_frontend-search.sh
+++ b/plugins/frontend-search/_frontend-search.sh
@@ -38,6 +38,7 @@ function _frontend() {
'mdn: Search in MDN website'
'nodejs: Search in NodeJS website'
'npmjs: Search in NPMJS website'
+ 'packagephobia: Search in Packagephobia website'
'qunit: Search in Qunit website'
'reactjs: Search in React website'
'smacss: Search in SMACSS website'
@@ -124,6 +125,9 @@ function _frontend() {
bundlephobia)
_describe -t points "Warp points" frontend_points && ret=0
;;
+ packagephobia)
+ _describe -t points "Warp points" frontend_points && ret=0
+ ;;
flowtype)
_describe -t points "Warp points" frontend_points && ret=0
;;