Skip to content

Commit 86d9097

Browse files
author
Ivan Demidov
committed
v0.0.22 ... v0.0.23
1 parent e2cd303 commit 86d9097

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,11 +1,11 @@
11
{
22
"name": "postcss-at-rules-variables",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "PostCss plugin to use CSS Custom Properties in at-rule @each, @for, @if, @else ",
55
"main": "lib/index.js",
66
"files": "lib/index.js",
77
"engines": {
8-
"node": ">=6"
8+
"node": ">=4"
99
},
1010
"scripts": {
1111
"test": "eslint --format=node_modules/eslint-formatter-pretty ./src/*.js ./test/*.js && nyc ava",

0 commit comments

Comments
 (0)