css-module-sync 1.0.4 → 1.0.5

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/package.json +1 -1
  2. package/README.md +0 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "css-module-sync",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Auto sync css module classes with react components",
5
5
  "author": "Max Matinpalo",
6
6
  "type": "module",
package/README.md DELETED
@@ -1,22 +0,0 @@
1
-
2
- # css-module-sync
3
- Auto sync css module classes with react components.
4
-
5
-
6
- ### Install
7
- ```bash
8
- npm install css-module-sync
9
- ```
10
-
11
- ### Usage
12
- ```bash
13
- npx css-sync
14
- ```
15
-
16
- ### Options
17
-
18
- | Option | Description |
19
- |---------|----------------------------------------------------------|
20
- | --watch | Watches components all time and keeps styles in sync |
21
- | --dir | Directory to watch (default is `src`) |
22
- | --gen | Auto generates `.module.css` files for `.jsx` / `.tsx` files. Filename must start with uppercase letter and contain no spaces |