Skip to content

Commit cbfdd2c

Browse files
committed
Update postcss to 6.0
1 parent 05bde26 commit cbfdd2c

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,18 @@
2222

2323
## Install
2424

25+
For `postcss 6.x`
26+
2527
```sh
2628
npm install --save-dev postcss-urlrev
2729
```
2830

31+
and for `postcss 5.x`
32+
33+
```sh
34+
npm install --save-dev postcss-urlrev@1.x
35+
```
36+
2937
## Usage
3038

3139
```js

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
},
2121
"homepage": "https://github.com/yuezk/postcss-urlrev",
2222
"dependencies": {
23-
"postcss": "^5.0.0"
23+
"postcss": "^6.0.0"
2424
},
2525
"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",
3030
"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"
3434
},
3535
"scripts": {
3636
"test": "mocha",

0 commit comments

Comments
 (0)