I would like to install bootstrap-loader from github in my project using npm
Currently they are maintaining two version of this project which are comaptible with web
you can give git pattern as version, yarn and npm are clever enough to resolve from a git repo.
yarn add any-package@user-name/repo-name#branch-name
or for npm
npm install --save any-package@user-name/repo-name#branch-name