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:
|
||||
- 9
|
||||
- 8
|
||||
- 6
|
||||
- 4
|
||||
cache:
|
||||
yarn: true
|
||||
directories:
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"scripts": {
|
||||
"test": "ava -v && standard *.js lib/*.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
"preact",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue