Skip to content

Commit b42df93

Browse files
justin808claude
andcommitted
Address code review feedback: standardize author and organize docs
Changes made per code review: 1. **Standardize package.json author fields** - Changed all packages to use [email protected] (ShakaCode email) - Previously had inconsistent [email protected] in some packages 2. **Move analysis documents to proper location** - Moved github-issue-1765-*.md files to .claude/docs/analysis/ - Follows CLAUDE.md project structure guidelines 3. **Verified build and dependencies** (no changes needed): - ✅ yarn build works correctly for all packages - ✅ yarn run yalc:publish works correctly - ✅ TypeScript type-check passes with no errors - ✅ Node-renderer workspace dependencies are correct 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent ab60c69 commit b42df93

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"on",
9393
"Rails"
9494
],
95-
"author": "justin.gordon@gmail.com",
95+
"author": "justin@shakacode.com",
9696
"license": "SEE LICENSE IN LICENSE.md",
9797
"bugs": {
9898
"url": "https://github.com/shakacode/react_on_rails/issues"

packages/react-on-rails-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-on-rails",
2929
"pro"
3030
],
31-
"author": "justin.gordon@gmail.com",
31+
"author": "justin@shakacode.com",
3232
"license": "UNLICENSED",
3333
"exports": {
3434
".": {

packages/react-on-rails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"on",
2828
"Rails"
2929
],
30-
"author": "justin.gordon@gmail.com",
30+
"author": "justin@shakacode.com",
3131
"license": "SEE LICENSE IN LICENSE.md",
3232
"exports": {
3333
".": {

0 commit comments

Comments
 (0)