This website requires JavaScript.
Explore
Help
Register
Sign In
kamp
/
searxng
Watch
1
Star
0
Fork
0
You've already forked searxng
mirror of
https://github.com/searxng/searxng.git
synced
2024-11-05 04:40:11 +01:00
Code
b25f118d64
searxng
/
package.json
7 lines
78 B
JSON
Raw
Normal View
History
Unescape
Escape
[fix] ensure that test.pyright installs pyright nodejs.ensure only sets up NVM if there isn't a system-wide installation of Node that matches our NODE_MINIMUM_VERSION. The ubuntu image in the CI comes with an up to date node version, so pyright from .nvm_packages is never installed. This commit fixes this by introducing a package.json file.
2022-01-20 09:11:37 +01:00
{
"dependencies"
:
{
[mod] remove .nvm_packages, add eslint to package.json
2022-01-21 17:34:25 +01:00
"eslint"
:
"^8.7.0"
,
[pyright] remove no longer needed assertion The pyright bug[1] for which the assertion was added has been fixed. [1]: https://github.com/microsoft/pyright/issues/2930
2022-01-26 06:49:58 +01:00
"pyright"
:
"^1.1.215"
[fix] ensure that test.pyright installs pyright nodejs.ensure only sets up NVM if there isn't a system-wide installation of Node that matches our NODE_MINIMUM_VERSION. The ubuntu image in the CI comes with an up to date node version, so pyright from .nvm_packages is never installed. This commit fixes this by introducing a package.json file.
2022-01-20 09:11:37 +01:00
}
}
Copy Permalink