Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cp tmp_build/bundler/{LICENSE_APACHE,LICENSE_MIT,README.md} pkg/
# Copy in combined package.json from template
# https://stackoverflow.com/a/24904276
# Note that keys from the second file will overwrite keys from the first.
jq -s '.[0] * .[1]' templates/package.json tmp_build/bundler/package.json > pkg/package.json
jq -s '.[0] * .[1]' templates/package.json tmp_build/node/package.json > pkg/package.json

# Create minimal package.json in esm/ folder with type: module
echo '{"type": "module"}' > pkg/esm/package.json
Expand Down