homebridge / node-pty-prebuilt-multiarch

A parallel fork of node-pty providing ia32, amd64, arm, and aarch64 prebuilt packages for macOS, Windows and Linux (glibc and musl libc).
https://www.npmjs.com/package/@homebridge/node-pty-prebuilt-multiarch
Other
31 stars 15 forks source link

Bundle the TypeScript files using Rollup #14

Closed aminya closed 3 years ago

aminya commented 4 years ago

This bundles the TypeScript files using Rollup. It creates 3 files in the lib folder. The functionality of the library does not change by any means.

This includes #13

aminya commented 4 years ago

@oznu Could you take a look at this?

oznu commented 3 years ago

Thanks for your PR.

This project mirrors the https://github.com/microsoft/node-pty project - please submit any improvements to that project.