Skip to content

Commit b38a23e

Browse files
committed
set package.json path to match Shakapacker requirements
1 parent cebda5d commit b38a23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/react_on_rails/version_checker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def self.build
7474
end
7575

7676
def self.package_json_path
77-
Rails.root.join("client", "package.json")
77+
Rails.root.join("package.json")
7878
end
7979

8080
def initialize(package_json)

0 commit comments

Comments
 (0)