lib/hrw/detector.rb in hrw-0.3.2 vs lib/hrw/detector.rb in hrw-0.3.3

- old
+ new

@@ -13,10 +13,11 @@ # # Constants # DETECTABLE_FILES = { 'Gemfile.lock': Scanner::Gemfile, - 'Pipfile.lock': Scanner::Pipfile + 'Pipfile.lock': Scanner::Pipfile, + 'package-lock.json': Scanner::PackageLock }.freeze # Detect package manager in root dir # # @param [String] root root dir for project \ No newline at end of file