tweak version output order

This commit is contained in:
Nick Sweeting 2024-10-21 03:12:48 -07:00
parent 312e40b95b
commit 8a2b38b46c
No known key found for this signature in database
4 changed files with 21 additions and 17 deletions

View file

@ -42,6 +42,6 @@ def get_BINPROVIDERS():
from .binproviders import LIB_NPM_BINPROVIDER, SYS_NPM_BINPROVIDER
return {
'lib_npm': LIB_NPM_BINPROVIDER,
'sys_npm': SYS_NPM_BINPROVIDER,
'lib_npm': LIB_NPM_BINPROVIDER,
}