Skip to content

Commit 01ca621

Browse files
committed
build: drop support old nodejs
1 parent 6615f32 commit 01ca621

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": 8
7+
"node": 10
88
}
99
}
1010
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"main": "lib/index.js",
1515
"engines": {
16-
"node": ">=8"
16+
"node": ">=10"
1717
},
1818
"scripts": {
1919
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adds the ability to use a custom property in the options, at-rules.
1616
$ npm install postcss-at-rules-variables
1717
```
1818

19-
> **Note:** This project is compatible with node v8+
19+
> **Note:** This project is compatible with node v10+
2020
2121
## Usage
2222

0 commit comments

Comments
 (0)