twbs-pagination
twbs-pagination copied to clipboard
Update npm plugin to latest version
Hello,
What is the way to update npm repository package to the latest version of this plugin?
If you have a look to the npm repository, you can see that the last version (v1.4.1) is not the last one on github (v1.4.2) https://www.npmjs.com/package/twbs-pagination
Thanks in advance and have a nice day.
If you don't want to wait, you can use the newer version by including the dependency to the repo.
package.json:
...
"twbs-pagination": "josecebe/twbs-pagination#v1.4.2"
...