mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-05-21 05:40:47 +00:00
b176421d23
Bumps [sass](https://github.com/sass/dart-sass) from 1.84.0 to 1.85.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.84.0...1.85.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
371 B
JSON
15 lines
371 B
JSON
{
|
|
"name": "scummvm-web",
|
|
"description": "ScummVM.org main site",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.1",
|
|
"sass": "^1.85"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "(cd dumper-companion && npm ci --omit=dev && npm run build) && node build.js",
|
|
"scss:watch": "sass --watch ./scss:./public_html/css"
|
|
}
|
|
}
|