mirror of
https://github.com/dokku/dokku.git
synced 2026-07-11 13:01:51 +02:00
Bumps [sass](https://github.com/sass/dart-sass) from 1.100.0 to 1.101.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.100.0...1.101.0) --- updated-dependencies: - dependency-name: sass dependency-version: 1.101.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
503 B
JSON
19 lines
503 B
JSON
{
|
|
"author": "Al Johri",
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.8",
|
|
"sass": "^1.101.0"
|
|
},
|
|
"description": "Test application for heroku multi buildpack.",
|
|
"engines": {
|
|
"node": "24.x.x",
|
|
"npm": "11.x.x"
|
|
},
|
|
"license": "ISC",
|
|
"name": "test-buildpack-multi",
|
|
"scripts": {
|
|
"postinstall": "bundle exec ruby generate_content.rb && mkdir -p static/.tmp/styles && npx sass static/styles/main.scss static/.tmp/styles/main.css --load-path=node_modules"
|
|
},
|
|
"version": "0.0.0"
|
|
}
|