actions-on-google / actions-on-google-testing-nodejs

Apache License 2.0
75 stars 18 forks source link

Updated node to v10 and typescript output to ES2017 to match #51

Closed adamcohenrose closed 4 years ago

adamcohenrose commented 4 years ago

node 8 is now deprecated and node 10 is the minimum LTS.

Added a prepare lifecycle step to package.json so that the project can be used as a dependency straight from a github branch.

Fleker commented 4 years ago

Thanks!