@lvce-editor/file-search-worker 6.2.0 → 6.5.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.
package/README.md CHANGED
@@ -1,3 +1,12 @@
1
- # file search worker
1
+ # File Search Worker
2
2
 
3
3
  Web Worker for the file search functionality in LVCE Editor.
4
+
5
+ ## Contributing
6
+
7
+ ```sh
8
+ git clone git@github.com:lvce-editor/file-search-worker-worker.git &&
9
+ cd file-search-worker-worker &&
10
+ npm ci &&
11
+ npm test
12
+ ```