mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +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",
|
"homepage": "https://sass-lang.com/dart-sass",
|
||||||
"description": "The reference implementation of Sass, written in Dart.",
|
"description": "The primary implementation of Sass, written in Dart.",
|
||||||
"version": "1.26.3",
|
"version": "1.26.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
@ -15,14 +15,14 @@
|
|||||||
},
|
},
|
||||||
"extract_dir": "dart-sass",
|
"extract_dir": "dart-sass",
|
||||||
"bin": [
|
"bin": [
|
||||||
|
"sass.bat",
|
||||||
[
|
[
|
||||||
"sass.bat",
|
"sass.bat",
|
||||||
"sass"
|
"dart-sass"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/sass/dart-sass/releases/latest",
|
"github": "https://github.com/sass/dart-sass"
|
||||||
"re": "/releases/tag/(?:v)?([\\d\\w.-]+)"
|
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user