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

switch from package-lock.json to npm-shrinkwrap.json #123

Merged
merged 2 commits into from
Jul 31, 2017

Conversation

mykmelez
Copy link
Contributor

Per https://docs.npmjs.com/files/shrinkwrap.json, which says, "The recommended use-case for npm-shrinkwrap.json is applications deployed through the publishing process on the registry: for example, daemons and command-line tools intended as global installs or devDependencies."

qbrt is an application deployed through the publishing process, and it's a command-line tool intended as a global install (and possibly a devDependency, although I haven't thought through that use case). So it should use an npm-shrinkwrap.json file instead of a package-lock.json one.

@mykmelez mykmelez merged commit 3e53ce7 into mozilla:master Jul 31, 2017
@mykmelez mykmelez deleted the switch-to-package-shrinkwrap branch July 31, 2017 07:58
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