From aeea7f75903c963d71514ba35b4558f9af077fcf Mon Sep 17 00:00:00 2001 From: Julian Date: Fri, 13 Mar 2020 15:58:03 +0100 Subject: [PATCH] sass: Add dart-sass shim (#879) --- bucket/sass.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/sass.json b/bucket/sass.json index 13e2c97a6c..b7851cd332 100644 --- a/bucket/sass.json +++ b/bucket/sass.json @@ -1,6 +1,6 @@ { - "homepage": "https://github.com/sass/dart-sass", - "description": "The reference implementation of Sass, written in Dart.", + "homepage": "https://sass-lang.com/dart-sass", + "description": "The primary implementation of Sass, written in Dart.", "version": "1.26.3", "license": "MIT", "architecture": { @@ -15,14 +15,14 @@ }, "extract_dir": "dart-sass", "bin": [ + "sass.bat", [ "sass.bat", - "sass" + "dart-sass" ] ], "checkver": { - "url": "https://github.com/sass/dart-sass/releases/latest", - "re": "/releases/tag/(?:v)?([\\d\\w.-]+)" + "github": "https://github.com/sass/dart-sass" }, "autoupdate": { "architecture": {