scrollup icon indicating copy to clipboard operation
scrollup copied to clipboard

"npm install scrollup" installs something else

Open lkraav opened this issue 9 years ago • 5 comments

I think there's a naming conflict with someone else parking at https://www.npmjs.com/package/scrollup

lkraav avatar Feb 17 '16 23:02 lkraav

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.

markgoodyear avatar Feb 18 '16 23:02 markgoodyear

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.

lkraav avatar Feb 18 '16 23:02 lkraav

Definitely agree, handy to know that works in the mean time!

markgoodyear avatar Feb 18 '16 23:02 markgoodyear

Any plan for this?

lifenautjoe avatar Jul 16 '17 12:07 lifenautjoe

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';

lifenautjoe avatar Jul 16 '17 13:07 lifenautjoe