diff --git a/build-system/scripts/deploy_npm b/build-system/scripts/deploy_npm index 78a3a17b6a3..59d3cc034b4 100755 --- a/build-system/scripts/deploy_npm +++ b/build-system/scripts/deploy_npm @@ -49,10 +49,6 @@ if [ -z "$STANDALONE" ]; then done fi -# Filter on whitelist of properties. -jq '{name, version, exports, main, homepage, author, type, license, dependencies, description, bin} | with_entries( select( .value != null ) )' \ -package.json > $TMP && mv $TMP package.json - # Publish if we have a commit tag if [ -n "$COMMIT_TAG" ] ; then npm publish $TAG_ARG --access public