Skip to content

Commit

Permalink
fix: remove unnecessary node dependency in lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rossiam committed Dec 21, 2020
1 parent 63f7651 commit 27c38e3
Show file tree
Hide file tree
Showing 7 changed files with 4,540 additions and 4,370 deletions.
5,269 changes: 1,835 additions & 3,434 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ EXAMPLES
$ smartthings autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.2.0/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v0.2.1/src/commands/autocomplete/index.ts)_

## `smartthings capabilities [ID] [VERSION]`

Expand Down Expand Up @@ -1694,7 +1694,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.0/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.1/src/commands/help.ts)_

## `smartthings installedapps [ID]`

Expand Down Expand Up @@ -1986,7 +1986,7 @@ EXAMPLE
$ smartthings plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.5/src/commands/plugins/index.ts)_

## `smartthings plugins:install PLUGIN...`

Expand Down Expand Up @@ -2022,7 +2022,7 @@ EXAMPLES
$ smartthings plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.5/src/commands/plugins/install.ts)_

## `smartthings plugins:link PLUGIN`

Expand All @@ -2049,7 +2049,7 @@ EXAMPLE
$ smartthings plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.5/src/commands/plugins/link.ts)_

## `smartthings plugins:uninstall PLUGIN...`

Expand All @@ -2071,7 +2071,7 @@ ALIASES
$ smartthings plugins:remove
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.5/src/commands/plugins/uninstall.ts)_

## `smartthings plugins:update`

Expand All @@ -2086,7 +2086,7 @@ OPTIONS
-v, --verbose
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.1/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v1.9.5/src/commands/plugins/update.ts)_

## `smartthings presentation PRESENTATIONID [MANUFACTURERNAME]`

Expand Down

0 comments on commit 27c38e3

Please sign in to comment.