lib/orly/tester.rb in orly-0.0.11 vs lib/orly/tester.rb in orly-0.0.12

- old
+ new

@@ -21,10 +21,10 @@ case(file.path) when /^Gemfile/ then @need_bundle = true when /^db\/migrate/ then @need_migrate = true when /^Podfile/ then @need_pod = true when /^bower\.json/ then @need_bower = true - when /^package\.json/ then @need_npm = true + when /package\.json/ then @need_npm = true when /^.dotenv-encrypted/ then @need_dotenv = true end end rescue Git::GitExecuteError false