mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 38 forks source link

Improves server-side ScanJS installation, usage, and documentation #144

Closed dbkaplun closed 10 years ago

dbkaplun commented 10 years ago

Please run npm publish and change npm install -g mozilla/scanjs to npm install -g scanjs!

mozfreddyb commented 10 years ago

ScanJS is in a very early development phase (call it alpha, beta..whatever you like :)). So we won't npm publish too soon. Your patch is still appreciated. If you want you can revert the documentation changes but leave in the changes to packages.json and scanner.js.

dbkaplun commented 10 years ago

This patch works fine without npm publish. If you want people to have to git clone manually I can revert the README changes but npm install -g mozilla/scanjs automatically clones from https://github.com/mozilla/scanjs.git.

mozfreddyb commented 10 years ago

My npm knowledge isn't so great and I didn't write the original package.json. I also didn't know that npm install -g automatically clones a repo. That's quite cool.