Currently the `npm test` command fails on Windows machines. Massage to work on all platforms. See #3 for some discussion. Ideally, we stick to `npm` scripts, and do not bring in a programmatic build tool. As long as it makes sense.
Currently the
npm testcommand fails on Windows machines. Massage to work on all platforms. See #3 for some discussion.Ideally, we stick to
npmscripts, and do not bring in a programmatic build tool. As long as it makes sense.