Skip to content

Commit 25b533a

Browse files
authored
fix: makes name consistent
This change aims to keep both `package.json` and `bsconfig.json` name fields consistent. It also makes consistent the code and the README file
1 parent 0e87242 commit 25b533a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "reason-nodejs",
2+
"name": "rescript-nodejs",
33
"sources": [
44
{
55
"dir": "src",
@@ -31,4 +31,4 @@
3131
],
3232
"ppx-flags": [],
3333
"bsc-flags": []
34-
}
34+
}

0 commit comments

Comments
 (0)