Skip to content

Commit 5564d86

Browse files
committed
Rename ReScript Dependency Visualizer to Bibimbob in package.json and update README.md accordingly.
1 parent e0ab98c commit 5564d86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vscode-rescriptdep/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ReScript Dependency Visualizer
1+
# Bibimbob
22

33
A Visual Studio Code extension for visualizing dependencies between ReScript modules in your project. This extension helps you understand the structure and relationships in your ReScript codebase.
44

@@ -70,7 +70,7 @@ This extension doesn't require any specific settings.
7070

7171
### 0.0.1
7272

73-
- Initial release of ReScript Dependency Visualizer
73+
- Initial release of Bibimbob
7474
- Dependency graph visualization
7575
- Module-focused views
7676
- Caching for improved performance

vscode-rescriptdep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-rescriptdep",
3-
"displayName": "ReScript Dependency Visualizer",
3+
"displayName": "Bibimbob",
44
"description": "A tool to analyze dependencies between ReScript modules",
55
"version": "0.1.0",
66
"icon": "images/rescriptdep_icon.png",

0 commit comments

Comments
 (0)