File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 22
22
23
23
## Install
24
24
25
+ For ` postcss 6.x `
26
+
25
27
``` sh
26
28
npm install --save-dev postcss-urlrev
27
29
```
28
30
31
+ and for ` postcss 5.x `
32
+
33
+ ``` sh
34
+ npm install --save-dev postcss-urlrev@1.x
35
+ ```
36
+
29
37
## Usage
30
38
31
39
``` js
Original file line number Diff line number Diff line change 20
20
},
21
21
"homepage" : " https://github.com/yuezk/postcss-urlrev" ,
22
22
"dependencies" : {
23
- "postcss" : " ^5 .0.0"
23
+ "postcss" : " ^6 .0.0"
24
24
},
25
25
"devDependencies" : {
26
- "chai" : " ^3.0 .0" ,
27
- "coveralls" : " ^2.11.11 " ,
28
- "express" : " ^4.13.3 " ,
29
- "gulp" : " ^3.9.0 " ,
26
+ "chai" : " ^3.5 .0" ,
27
+ "coveralls" : " ^2.13.1 " ,
28
+ "express" : " ^4.15.2 " ,
29
+ "gulp" : " ^3.9.1 " ,
30
30
"gulp-eslint" : " ^0.14.0" ,
31
- "gulp-mocha" : " ^2.1.2 " ,
32
- "istanbul" : " ^0.4.4 " ,
33
- "mocha" : " ^2.2.5 "
31
+ "gulp-mocha" : " ^2.2.0 " ,
32
+ "istanbul" : " ^0.4.5 " ,
33
+ "mocha" : " ^2.5.3 "
34
34
},
35
35
"scripts" : {
36
36
"test" : " mocha" ,
You can’t perform that action at this time.
0 commit comments