-
Notifications
You must be signed in to change notification settings - Fork 188
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
Comments
I use it with Bower. //bower.json
{
"name": "my-project",
"dependencies": {
"jquery-throttle-debounce": "[email protected]:cowboy/jquery-throttle-debounce.git"
}
} |
Can you add the bower.json file in the next release ? |
@MickL @wysman bower can consume this library. see the docs: https://bower.io/docs/api/#install |
how about npm then? |
@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. |
Can't use this script because its not available in Bower nor npm
The text was updated successfully, but these errors were encountered: