mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-05-21 05:40:47 +00:00
02ae466250
Bumps the patch-releases group with 1 update in the / directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.13 to 8.5.14 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.13...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-releases ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
436 B
JSON
16 lines
436 B
JSON
{
|
|
"name": "scummvm-web",
|
|
"description": "ScummVM.org main site",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"autoprefixer": "^10.5.0",
|
|
"postcss": "^8.5.14",
|
|
"sass": "^1.99.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "(cd dumper-companion && npm ci --omit=dev && npm run build) && node build.js",
|
|
"scss:watch": "sass --watch ./scss:./public_html/css",
|
|
"lint": "(cd dumper-companion && npm ci && npm run lint)"
|
|
}
|
|
}
|