Closed lsanwick closed 4 years ago
What is preventing this PR from being merged? @abdennour is this package still maintained at all?
@abdennour can you take a look at this PR first? This one is mostly just doing some project cleanup and correcting dependencies.
@lsanwick I tried to install your pull request with:
npm install --save abdennour/react-progressbar\#pull/20/head
But it leaves me without a module:
$ ls node_modules/react-progressbar AUTHORS LICENSE package.json README.md
Any ideas on how to use a pull request as a dependency and what is going wrong?
I don't think you can install a Github branch directly, as the publish step isn't being performed. I think the simplest way to test it out would be to check out the branch locally and build it. You can then test your local version by using npm link
@lsanwick Thanks for the info!
Resolves issue #19. No real code changes are required to support React 16, as there is no usage of breaking features, as far as I am aware.
I've also added lockfiles for Yarn and NPM to make installation consistent, and installed and run Prettier to format the codebase consistently.