mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
tweak version output order
This commit is contained in:
parent
312e40b95b
commit
8a2b38b46c
4 changed files with 21 additions and 17 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue