jquery-throttle-debounce icon indicating copy to clipboard operation
jquery-throttle-debounce copied to clipboard

Add to bower and npm

Open MickL opened this issue 8 years ago • 5 comments

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

MickL avatar Dec 16 '16 14:12 MickL

I use it with Bower.

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

ryanburnette avatar Jan 15 '17 15:01 ryanburnette

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

wysman avatar Feb 07 '17 20:02 wysman

@MickL @wysman bower can consume this library.

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

jchck avatar Jul 27 '17 19:07 jchck

how about npm then?

wstoettinger avatar Sep 05 '17 19:09 wstoettinger

@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.

jchck avatar Sep 05 '17 20:09 jchck