Merge pull request #141 from XappMedia/min-eight

Minimum Node v8 Support
This commit is contained in:
Dolan
2018-09-04 18:26:34 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v8

View File

@ -82,5 +82,8 @@
"typedoc": "^0.11.1",
"typescript": "2.9.2",
"webpack": "^3.10.0"
},
"engines": {
"node": ">=8"
}
}