newforms
newforms copied to clipboard
newforms not conventionally npm installable via github
For NPM installation, since package.json main points at lib which doesn't exist until the dist secript is run, this package is not installable via github url without modification.
It would be great if there was a way to point at a github version without forking, and building dist.
Hopefully I'll be able to make a pull request to this effect by adding an install script to the package.json.