From 4d3746294be4421b47cdc798e3480501f18b8ed9 Mon Sep 17 00:00:00 2001 From: Daniel Diaz Date: Sun, 14 Oct 2018 19:29:07 -0700 Subject: [PATCH] chore(plugin.md) - Remove find and search commands from man pages --- docs/man_pages/lib-management/plugin.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/man_pages/lib-management/plugin.md b/docs/man_pages/lib-management/plugin.md index eaba35570d..6a739ccf63 100644 --- a/docs/man_pages/lib-management/plugin.md +++ b/docs/man_pages/lib-management/plugin.md @@ -17,8 +17,6 @@ Lets you manage the plugins for your project. * `add` - Installs the specified plugin and its dependencies. * `remove` - Uninstalls the specified plugin and its dependencies. * `update` - Uninstalls and installs the specified plugin(s) and its dependencies. -* `find` - Finds NativeScript plugins in npm. -* `search` - Finds NativeScript plugins in npm. * `build` - Builds the Android parts of a NativeScript plugin. * `create` - Creates a project for building a new NativeScript plugin.