0.0.19
- The shebang transform has been generalized. Users can now bundle any type of script (ex.
#!/bin/bash
,#!/bin/node
, etc.) and it will be properly transformed to#!/usr/bin/env <command>
. - Fix some shebang transformation bugs and update the documentation.