Skip to content
Merged
Changes from 1 commit
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 build-system/scripts/deploy_npm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [ -z "$STANDALONE" ]; then
fi

# Filter on whitelist of properties.
jq '{name, version, exports, main, homepage, author, type, license, dependencies, description, bin} | with_entries( select( .value != null ) )' \
jq '{name, version, exports, main, homepage, author, type, license, dependencies, description, bin, engine, types} | with_entries( select( .value != null ) )' \
package.json > $TMP && mv $TMP package.json

# Publish if we have a commit tag
Expand Down