Skip to content

Commit

Permalink
set package.json path to match Shakapacker requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Nov 21, 2024
1 parent cebda5d commit b38a23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react_on_rails/version_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def self.build
end

def self.package_json_path
Rails.root.join("client", "package.json")
Rails.root.join("package.json")
end

def initialize(package_json)
Expand Down

0 comments on commit b38a23e

Please sign in to comment.