Skip to content

Commit f56fdd0

Browse files
chore: remove duplicate package.json file
The additional package.json file, which was copied to build/cjs/package.json, did hide the parent one, leading to several issues and providing no real feature. The other one, copied to build/esm/package.json, is needed though, to enforce the module type. Related: - socketio/socket.io#4194 - #1513
1 parent 19836d9 commit f56fdd0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

postcompile.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
cp ./support/package.cjs.json ./build/cjs/package.json
43
cp ./support/package.esm.json ./build/esm/package.json
54

65
cp -r ./build/esm/ ./build/esm-debug/

support/package.cjs.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)