microsoft / PowerBI-Node

Node SDK and client library for Power BI REST APIs.
https://dev.powerbi.com
Other
79 stars 31 forks source link

Remove typescript build dependency on install #2

Closed wbreza closed 8 years ago

wbreza commented 8 years ago

Right now the usage of the module requires typescript and performs a tsc compile during install. Recommended to include pre-compiled JS bits.

wbreza commented 8 years ago

Addressed in #3