@charcoal-ui/tailwind-diff 1.0.1-alpha.0 → 1.0.1-alpha.1
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# `@charcoal-ui/tailwind-diff
|
|
1
|
+
# `@charcoal-ui/tailwind-diff`
|
|
2
2
|
|
|
3
3
|
Tailwind.css の config 変更やバージョンアップに伴うクラスの変更(新しいクラスの追加、削除など)を検知します。
|
|
4
4
|
|
|
@@ -7,11 +7,11 @@ Tailwind.css の config 変更やバージョンアップに伴うクラスの
|
|
|
7
7
|
npm
|
|
8
8
|
|
|
9
9
|
```
|
|
10
|
-
npm i --save-dev @charcoal-ui/tailwind-diff
|
|
10
|
+
npm i --save-dev @charcoal-ui/tailwind-diff
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
yarn
|
|
14
14
|
|
|
15
15
|
```
|
|
16
|
-
yarn add -D @charcoal-ui/tailwind-diff
|
|
16
|
+
yarn add -D @charcoal-ui/tailwind-diff
|
|
17
17
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@charcoal-ui/tailwind-diff",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.1",
|
|
4
4
|
"bin": "bin/tailwind-diff.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"publishConfig": {
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "6565189fb5a7710a45d425444c637a61e9f4be93"
|
|
24
24
|
}
|