mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(nodejs): check node engines version in package.json (#1847)
* check node engines version in package.json * fix code, following review.
This commit is contained in:
+2
-1
@@ -57,11 +57,12 @@ urlencoding = "1.1.1"
|
||||
open = "1.4.0"
|
||||
unicode-width = "0.1.8"
|
||||
term_size = "0.3.2"
|
||||
quick-xml = "0.20.0"
|
||||
quick-xml = "0.19.0"
|
||||
rand = "0.7.3"
|
||||
serde = { version = "1.0.117", features = ["derive"] }
|
||||
indexmap = "1.6.0"
|
||||
notify-rust = { version = "4.0.0", optional = true }
|
||||
semver = "0.11.0"
|
||||
|
||||
# Optional/http:
|
||||
attohttpc = { version = "0.16.0", optional = true, default-features = false, features = ["tls", "form"] }
|
||||
|
||||
Reference in New Issue
Block a user