newforms icon indicating copy to clipboard operation
newforms copied to clipboard

newforms not conventionally npm installable via github

Open catskul opened this issue 10 years ago • 0 comments

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.

catskul avatar Oct 21 '15 19:10 catskul