Skip to content

Commit

Permalink
chore: remove package-lock.json from auto detection
Browse files Browse the repository at this point in the history
For now we only support --file=package-lock.json as an opt in for lockfile tests
  • Loading branch information
lili2311 authored and Mila Votradovec committed Aug 13, 2018
1 parent 6c459ae commit 749a7cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/detect.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var chalk = require('chalk');
var DETECTABLE_FILES = [
'yarn.lock',
'package.json',
'package-lock.json',
'Gemfile',
'Gemfile.lock',
'pom.xml',
Expand Down

0 comments on commit 749a7cf

Please sign in to comment.