1
0
Fork 0

enforce node >= 8

This commit is contained in:
Travis Fischer 2018-03-09 18:52:21 -05:00 committed by Joost De Cock
parent 4bb1cc11c5
commit b36a5be9c4
2 changed files with 3 additions and 2 deletions

View file

@ -2,8 +2,6 @@ language: node_js
node_js:
- 9
- 8
- 6
- 4
cache:
yarn: true
directories:

View file

@ -12,6 +12,9 @@
"scripts": {
"test": "ava -v && standard *.js lib/*.js"
},
"engines": {
"node": ">=8"
},
"keywords": [
"react",
"preact",