@wix/vibe-forms-plugin 0.32.10 → 0.32.11

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.
package/README.md CHANGED
@@ -18,10 +18,6 @@ yarn build --watch
18
18
  yarn lint:fix
19
19
  ```
20
20
 
21
- To use local build of `vibe-forms-plugin-files`, set `useLocal` param to true on `install` function.
22
- ```
23
- await unzipAndMergePluginFiles(env, true);
24
- ```
25
21
 
26
22
  ## Publishing new version
27
23