Skip to content
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

fix(workflow-cmd): replace npm-check-updates dependency with npm #175

Merged
merged 2 commits into from
Sep 25, 2018

Conversation

havardh
Copy link
Owner

@havardh havardh commented Sep 25, 2018

The ncu dependency depends on npm, this causes a lot of issues in the build.
This change removes this dependency in favor of using the npm command directly
with npm outdated, npm install, and npm update.

The ncu dependency depends on `npm`, this causes a lot of issues in the build.
This change removes this dependency in favor of using the `npm` command directly
with `npm outdated`, `npm install`, and `npm update`.
@havardh
Copy link
Owner Author

havardh commented Sep 25, 2018

Fix #157

@havardh havardh merged commit 244c672 into master Sep 25, 2018
@havardh havardh deleted the fix/remove-npm-update-check branch September 25, 2018 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant