@wocker/mongodb-plugin 1.0.13 → 1.0.14-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,7 @@ npm i -g @wocker/ws
17
17
  ```
18
18
 
19
19
  ```shell
20
- ws plugin:add mongodb
20
+ ws plugin:install mongodb
21
21
  ```
22
22
 
23
23
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wocker/mongodb-plugin",
3
3
  "type": "commonjs",
4
- "version": "1.0.13",
4
+ "version": "1.0.14-beta.0",
5
5
  "author": "Kris Papercut <krispcut@gmail.com>",
6
6
  "description": "Mongodb plugin for wocker",
7
7
  "license": "MIT",