Merge pull request #1 from ihatenodejs/master

fix install process
This commit is contained in:
ihatenodejs 2024-10-12 21:22:48 -04:00 committed by GitHub
commit c4dc7b420b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,10 +92,10 @@
"shebang-regex": "^3.0.0", "shebang-regex": "^3.0.0",
"signal-exit": "^4.1.0", "signal-exit": "^4.1.0",
"source-map-js": "^1.2.1", "source-map-js": "^1.2.1",
"string-width": "^5.1.2", "string-width": "^5.1.1",
"string-width-cjs": "^4.2.3", "string-width-cjs": "^5.1.1",
"strip-ansi": "^7.1.0", "strip-ansi": "^7.1.0",
"strip-ansi-cjs": "^6.0.1", "strip-ansi-cjs": "^8.0.0",
"sucrase": "^3.35.0", "sucrase": "^3.35.0",
"supports-preserve-symlinks-flag": "^1.0.0", "supports-preserve-symlinks-flag": "^1.0.0",
"thenify": "^3.3.1", "thenify": "^3.3.1",
@ -105,7 +105,7 @@
"util-deprecate": "^1.0.2", "util-deprecate": "^1.0.2",
"which": "^2.0.2", "which": "^2.0.2",
"wrap-ansi": "^8.1.0", "wrap-ansi": "^8.1.0",
"wrap-ansi-cjs": "^7.0.0", "wrap-ansi-cjs": "^8.0.0",
"yaml": "^2.5.1" "yaml": "^2.5.1"
}, },
"keywords": [], "keywords": [],