1
Fork 0

note in package.json that only node 7.6+ is supported

This commit is contained in:
Conduitry 2017-04-25 08:05:34 -04:00
parent 6390833b80
commit 8e61e7b60c

View file

@ -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"