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: socketio/socket.io-client#1513
  • Loading branch information
sunrise30 committed Nov 16, 2021
1 parent 6ca4e0c commit ad7eb8e
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 ad7eb8e

Please sign in to comment.