Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/IonGireada/repo-description.git"
"url": "git+https://github.com/ioncakephper/repo-description.git"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Good job updating the repository URL here. However, to make this change complete, you'll need to update the old URL in a few other places as well. The old username IonGireada should be replaced with ioncakephper throughout the project.

Here are the locations that still need updating:

In package.json:

  • The homepage URL on line 26.
  • The bugs.url on line 28.

In README.md:

  • All badge URLs on line 7.
  • The example remote repository URL on line 84.
  • The example CLI command on line 111.

Updating these will ensure all links and metadata point to the correct repository.

},
"license": "MIT",
"author": "Ion Gireada",
Expand Down