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

docs: described exit codes in npm-audit docs #135

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update shrinkwrap.js
zkat authored Feb 18, 2019

Verified

This commit was signed with the committer’s verified signature.
dereknola Derek Nola
commit fb2305993eed4cb486a11cae83bfaae4feb1e489
3 changes: 0 additions & 3 deletions lib/shrinkwrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ function shrinkwrapDeps (deps, top, tree, seen) {
var pkginfo = deps[moduleName(child)] = {}
var requested = getRequested(child) || child.package._requested || {}
pkginfo.version = childVersion(top, child, requested)
if (requested.type === 'git' && child.package._from) {
pkginfo.from = child.package._from
}
if (child.fromBundle || child.isInLink) {
pkginfo.bundled = true
} else {
Expand Down