enforce node >= 8
This commit is contained in:
parent
4bb1cc11c5
commit
b36a5be9c4
2 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,6 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 9
|
- 9
|
||||||
- 8
|
- 8
|
||||||
- 6
|
|
||||||
- 4
|
|
||||||
cache:
|
cache:
|
||||||
yarn: true
|
yarn: true
|
||||||
directories:
|
directories:
|
||||||
|
|
|
@ -12,6 +12,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "ava -v && standard *.js lib/*.js"
|
"test": "ava -v && standard *.js lib/*.js"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=8"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
"preact",
|
"preact",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue