Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"npm install scrollup" installs something else #50

Open
lkraav opened this issue Feb 17, 2016 · 5 comments
Open

"npm install scrollup" installs something else #50

lkraav opened this issue Feb 17, 2016 · 5 comments

Comments

@lkraav
Copy link

lkraav commented Feb 17, 2016

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

@markgoodyear
Copy link
Owner

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.

@lkraav
Copy link
Author

lkraav commented Feb 18, 2016

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.

@markgoodyear
Copy link
Owner

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

@lifenautjoe
Copy link

Any plan for this?

@lifenautjoe
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants