Skip to content

Commit

Permalink
fix: add package name in nested package.json
Browse files Browse the repository at this point in the history
Note: the version must be kept in sync when publishing a new release

Related: #1513
  • Loading branch information
darrachequesne committed Nov 16, 2021
1 parent d54d12c commit 53d8fca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions support/package.cjs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "socket.io-client",
"version": "4.3.2",
"type": "commonjs"
}
2 changes: 2 additions & 0 deletions support/package.esm.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"name": "socket.io-client",
"version": "4.3.2",
"type": "module"
}

0 comments on commit 53d8fca

Please sign in to comment.