Skip to content

Commit 7e90201

Browse files
committed
Fix require lines
1 parent 927659f commit 7e90201

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ vendor
2323
.vscode/
2424
/terraform/helpers/install-dir
2525
/go_modules/helpers/install-dir
26+
/npm_and_yarn/helpers/npm/node_modules/
27+
/npm_and_yarn/helpers/yarn/node_modules/

npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
module Dependabot
99
module NpmAndYarn
1010
class FileFetcher < Dependabot::FileFetchers::Base
11-
require_relative "npm_and_yarn/path_dependency_builder"
11+
require_relative "file_fetcher/path_dependency_builder"
1212

1313
def self.required_files_in?(filenames)
1414
filenames.include?("package.json")

0 commit comments

Comments
 (0)