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
4 changes: 2 additions & 2 deletions node_version/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explainthisrepo",
"version": "0.4.0",
"description": "ExplainThisRepo is a CLI developer tool to explain any GitHub repository in plain English",
"version": "0.4.1",

Choose a reason for hiding this comment

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

high

Updating the version here also requires updating the package-lock.json file to match. The lock file ensures that everyone uses the exact same dependency versions. Please run npm install and commit the updated package-lock.json file to ensure they are in sync. The lock file in this branch still indicates version 0.4.0.

"description": "A CLI developer tool to explain any GitHub repository in plain English",
"license": "MIT",
"type": "module",
"author": "Caleb Wodi <calebwodi33@gmail.com>",
Expand Down