Commit a4998fa 1 parent 66b6055 commit a4998fa Copy full SHA for a4998fa
File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 16
16
<h2 align =" center " >Install</h2 >
17
17
18
18
``` bash
19
- npm i -g | -D postcss-cli
19
+ npm i -D postcss postcss-cli
20
20
```
21
21
22
22
<h2 align =" center " >Usage</h2 >
Original file line number Diff line number Diff line change 24
24
"fs-extra" : " ^9.0.0" ,
25
25
"get-stdin" : " ^8.0.0" ,
26
26
"globby" : " ^11.0.0" ,
27
- "postcss" : " ^7.0.0" ,
28
- "postcss-load-config" : " ^2.0.0" ,
29
- "postcss-reporter" : " ^6.0.0" ,
27
+ "postcss-load-config" : " ^2.1.1" ,
28
+ "postcss-reporter" : " ^7.0.0" ,
30
29
"pretty-hrtime" : " ^1.0.3" ,
31
30
"read-cache" : " ^1.0.0" ,
32
31
"yargs" : " ^16.0.0"
37
36
"eslint" : " ^7.8.0" ,
38
37
"eslint-config-problems" : " 5.0.0" ,
39
38
"nyc" : " ^15.0.0" ,
39
+ "postcss" : " ^8.0.4" ,
40
40
"postcss-import" : " ^12.0.0" ,
41
41
"prettier" : " ~2.1.0" ,
42
- "sugarss" : " ^2 .0.0" ,
42
+ "sugarss" : " ^3 .0.0" ,
43
43
"uuid" : " ^8.0.0"
44
44
},
45
+ "peerDependencies" : {
46
+ "postcss" : " ^8.0.0"
47
+ },
45
48
"files" : [
46
49
" bin" ,
47
50
" index.js" ,
You can’t perform that action at this time.
0 commit comments