Skip to content

Commit fd39e25

Browse files
committed
Use PostCSS 6x
- Also, update dev dependencies
1 parent 35edee8 commit fd39e25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
},
1818
"homepage": "https://github.com/MattDiMu/postcss-replace-overflow-wrap",
1919
"dependencies": {
20-
"postcss": "^5.0.16"
20+
"postcss": "^6.0.1"
2121
},
2222
"devDependencies": {
23-
"ava": "^0.14.0",
24-
"eslint": "^2.1.0",
25-
"eslint-config-postcss": "^2.0.0"
23+
"ava": "^0.19.1",
24+
"eslint": "^3.19.0",
25+
"eslint-config-postcss": "^2.0.2"
2626
},
2727
"scripts": {
2828
"test": "ava && eslint *.js"

0 commit comments

Comments
 (0)