mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
sass: Add dart-sass shim (#879)
This commit is contained in:
parent
198a1d63ac
commit
aeea7f7590
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user