Skip to content

Commit 24670fb

Browse files
committed
update test to ensure postcss 3.0 compatibility
1 parent e0c7b73 commit 24670fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"files": [
2020
"CHANGELOG.md",
2121
"LICENSE",
22-
"README.md",
2322
"index.js"
2423
],
2524
"dependencies": {
@@ -29,7 +28,7 @@
2928
"devDependencies": {
3029
"jscs": "^1.6.2",
3130
"jshint": "^2.5.6",
32-
"postcss": "^2.2.5",
31+
"postcss": "^3.0.0",
3332
"tape": "^3.0.0"
3433
},
3534
"scripts": {

0 commit comments

Comments
 (0)