Update package version to 11.6.3

This commit is contained in:
2025-11-22 12:23:23 +02:00
parent eb72c6d886
commit 08a8d36790
2 changed files with 2 additions and 24 deletions
-22
View File
@@ -39,26 +39,4 @@ package() {
# Experimental dedup
rm -r node_modules/{node-gyp,nopt,semver}
#cd man
## Workaround for https://github.com/npm/cli/issues/780
#local name page sec title
#for page in man5/folders.5 man5/install.5 man7/*.7; do
# sec=${page##*.}
# name=$(basename "$page" ."$sec")
# title=${name@U}
# sed -Ei "s/^\.TH \"$title\"/.TH \"NPM-$title\"/" "$page"
# mv "$page" "${page/\///npm-}"
#done
#gzip man?/*
# Support both `man` and `npm help`
#local dest sec_dir
#for sec_dir in man?; do
# dest="$BPM_OUTPUT"/usr/share/man/$sec_dir
# install -d "$dest"
# ln -r -s "$sec_dir"/* "$dest"
#done
}