Skip to content

Commit 68e6886

Browse files
committed
Fix: postcss version for tests
1 parent 3d7c028 commit 68e6886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"tape": "^4.0.0",
3232
"tap-spec": "^3.0.0",
33-
"postcss": "^0.9.0"
33+
"postcss": "^4.1.10"
3434
},
3535
"scripts": {
3636
"test": "node ./test/index.js | ./node_modules/.bin/tap-spec"

0 commit comments

Comments
 (0)