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(benchmark): force latest restify version #1810

Merged
merged 1 commit into from Dec 10, 2019

Commits on Dec 10, 2019

  1. fix(benchmark): force latest restify version

    `*` will match any stable release, which means if there's already a
    restify version installed in the benchmarks directory, npm won't try to
    update it. `latest` only matches the latest version, which means npm
    will always update to the latest stable version (unless it's already
    installed). This behavior can be checked with https://semver.npmjs.com/.
    mmarchini committed Dec 10, 2019
    Copy the full SHA
    b33ea48 View commit details
    Browse the repository at this point in the history