note in package.json that only node 7.6+ is supported
This commit is contained in:
parent
6390833b80
commit
8e61e7b60c
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@
|
|||
"prettier": "^1.2.2",
|
||||
"rollup": "^0.41.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=7.6.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Conduitry/defiler.git"
|
||||
|
|
Loading…
Add table
Reference in a new issue