nicojs / typed-inject

Type safe dependency injection for TypeScript
Apache License 2.0
439 stars 23 forks source link

feat(node 6): drop support for node 6 #5

Closed nicojs closed 5 years ago

nicojs commented 5 years ago

This change makes TypeScript output es2017 compatible JavaScript.

BREAKING CHANGE: Node 6 is no longer supported.