@awesomeness-js/utils 1.2.1 → 1.2.2

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,9 +37,6 @@ Webpack is a great bundler, but it’s not suited for building a structured expo
37
37
  ✔ **Namespace support**—Uses folder structure to organize functions logically.
38
38
  ✔ **Minimal setup** — one line to generate your exports
39
39
 
40
-
41
- > Uses `chokidar` under the hood for reliable cross-platform file watching.
42
-
43
40
  ---
44
41
 
45
42
  ## ⚙️ How It Works
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awesomeness-js/utils",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Awesomeness - Utils",
5
5
  "repository": {
6
6
  "type": "git",