We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927659f commit 7e90201Copy full SHA for 7e90201
.gitignore
@@ -23,3 +23,5 @@ vendor
23
.vscode/
24
/terraform/helpers/install-dir
25
/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
@@ -8,7 +8,7 @@
8
module Dependabot
9
module NpmAndYarn
10
class FileFetcher < Dependabot::FileFetchers::Base
11
- require_relative "npm_and_yarn/path_dependency_builder"
+ require_relative "file_fetcher/path_dependency_builder"
12
13
def self.required_files_in?(filenames)
14
filenames.include?("package.json")
0 commit comments