Only apps should have lockfiles · browserify/pbkdf2@8b06730 (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 8b06730
Only apps should have lockfiles
3 files changed
Lines changed: 6 additions & 13140 deletions
File tree
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -27,3 +27,8 @@ node_modules | ||
| 27 | 27 | # build artifact |
| 28 | 28 | test/bundle.js |
| 29 | 29 | .nyc_output |
| 30 | + | |
| 31 | +# Only apps should have lockfiles | |
| 32 | +npm-shrinkwrap.json | |
| 33 | +package-lock.json | |
| 34 | +yarn.lock |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 1 | +package-lock=false |