aplbrain / npyjs

Read numpy .npy files in JavaScript
https://aplbrain.github.io/npyjs/
Apache License 2.0
76 stars 21 forks source link

Bring npm package up to date with Github repo #20

Closed jhughes982 closed 3 years ago

jhughes982 commented 3 years ago

The current version of the npyjs npm package seems to be behind the Github repo version, updating the npm package to match the repo version would be helpful.

You could consider automating the process of publishing to npm through Github actions (e.g. when pushing code or when accepting pull requests).

j6k4m8 commented 3 years ago

@jhughes982 — thanks for bringing this to my attention! I just released v0.2.1 to npm and will be working on getting this automated via github actions in the near future!