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

Add to bower and npm #23

Open
MickL opened this issue Dec 16, 2016 · 5 comments
Open

Add to bower and npm #23

MickL opened this issue Dec 16, 2016 · 5 comments

Comments

@MickL
Copy link

MickL commented Dec 16, 2016

Can't use this script because its not available in Bower nor npm

@ryanburnette
Copy link

ryanburnette commented Jan 15, 2017

I use it with Bower.

//bower.json
{                                                                                                              
  "name": "my-project",                                                                            
  "dependencies": {
    "jquery-throttle-debounce": "[email protected]:cowboy/jquery-throttle-debounce.git"
  }
}

@wysman
Copy link

wysman commented Feb 7, 2017

Can you add the bower.json file in the next release ?
Best regards,

@ghost
Copy link

ghost commented Jul 27, 2017

@MickL @wysman bower can consume this library.

see the docs: https://bower.io/docs/api/#install

@wstoettinger
Copy link

how about npm then?

@ghost
Copy link

ghost commented Sep 5, 2017

@wstoettinger have not tested it but this looks promising: https://www.npmjs.com/package/throttle-debounce-fn

I know it's not the ideal method of managing dependencies but since the lib is so small and the last commit was 8+years ago I manually added this to my project.

Failing a new maintainer, it's probably safe to assueme the project is dead so no updates would be coming anyway.

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

4 participants