Skip to content

Commit dc2823a

Browse files
sonicdoezkat
authored andcommittedMay 31, 2017
docs: package-lock.json is never allowed in tarballs (#16799)
Ref: https://github.com/npm/npm/blob/v5.0.0/lib/utils/tar.js#L106-L107 PR-URL: npm/npm#16799 Credit: @sonicdoe Reviewed-By: @zkat
1 parent 80ab521 commit dc2823a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎doc/files/package.json.md

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ Conversely, some files are always ignored:
204204
* `node_modules`
205205
* `config.gypi`
206206
* `*.orig`
207+
* `package-lock.json` (use shrinkwrap instead)
207208

208209
## main
209210

0 commit comments

Comments
 (0)
Please sign in to comment.