Skip to content

Commit

Permalink
Fix require lines
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil committed Jan 15, 2019
1 parent 927659f commit 7e90201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ vendor
.vscode/
/terraform/helpers/install-dir
/go_modules/helpers/install-dir
/npm_and_yarn/helpers/npm/node_modules/
/npm_and_yarn/helpers/yarn/node_modules/
2 changes: 1 addition & 1 deletion npm_and_yarn/lib/dependabot/npm_and_yarn/file_fetcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module Dependabot
module NpmAndYarn
class FileFetcher < Dependabot::FileFetchers::Base
require_relative "npm_and_yarn/path_dependency_builder"
require_relative "file_fetcher/path_dependency_builder"

def self.required_files_in?(filenames)
filenames.include?("package.json")
Expand Down

0 comments on commit 7e90201

Please sign in to comment.