From 572841d8f496ee80c13bd036988051802c0d0fea Mon Sep 17 00:00:00 2001 From: Evandro Uzeda <49155191+evandrouzeda@users.noreply.github.com> Date: Wed, 23 Jul 2025 06:32:17 -0300 Subject: [PATCH] avoiding npm using github to get stylus --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d06f0e2..222b836 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "reserved-words": "^0.1.2", "sass": "^1.70.0", "source-map-js": "^1.0.2", - "stylus": "^0.62.0", + "stylus": "github:stylus/stylus#0.62.0", "tsconfig-paths": "^4.2.0" }, "devDependencies": {