Skip to content

Commit 5b964c4

Browse files
author
David Clark
committed
Use PostCSS for tests
1 parent 4595a99 commit 5b964c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-resolve-nested-selector",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Resolve a nested selector in a PostCSS AST",
55
"main": "index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
],
1414
"devDependencies": {
1515
"ava": "^0.19.1",
16-
"postcss": "5.0.16",
16+
"postcss": "^6.0.0",
1717
"postcss-nested": "1.0.0",
1818
"postcss-nesting": "2.2.0"
1919
}

0 commit comments

Comments
 (0)