josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 405 forks source link

Update npm plugin to latest version #192

Open slolo2000 opened 5 years ago

slolo2000 commented 5 years ago

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.

tobiaskret commented 4 years ago

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