"npm install scrollup" installs something else
I think there's a naming conflict with someone else parking at https://www.npmjs.com/package/scrollup
Thanks @lkraav. Currently scrollup is only available through Bower, looks like I'll need to amend the npm package name slightly different to publish it there.
I just today found out that npm install markgoodyear/scrollup would do The Right Thing.
But it would be nice to have a tidy name in package.json instead of a full github url.
Definitely agree, handy to know that works in the mean time!
Any plan for this?
Current workaround is installing directly from github and manually requiring the scripts:
npm install https://github.com/markgoodyear/scrollup --save
Then
import 'scrollup/dist/lib/jquery.easing';
import 'scrollup/dist/jquery.scrollUp';