corbanbrook / dsp.js

Digital Signal Processing for Javascript
http://weare.buildingsky.net
MIT License
1.73k stars 235 forks source link

Publish to npm #16

Open kentmw opened 8 years ago

kentmw commented 8 years ago

Javascript libraries like this are perfect for publishing to npmjs.org

Make this library portable and easily accessible! All you have to do is add a package.json and push to npm.

andrewheusser commented 8 years ago

+1!!

alexcastillo commented 8 years ago

I have submitted a PR for this. #22

tlrobinson commented 8 years ago

👍

AlexGustafsson commented 8 years ago

:+1:

danigb commented 7 years ago

Hi, excellent library, thanks! 👍

I've notice you've merged the PR to include the npm package.json, but the package is not published into npm. The missing step is: npm publish.

Is anything stopping you from doing this?

Regards, Dani

danigb commented 7 years ago

Hi,

just notice that the library is published (under a different name: https://www.npmjs.com/package/dspjs) by a different person.