Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.10. - [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.4.31...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"name": "tech-doc-hugo",
|
|
"version": "0.0.1",
|
|
"description": "Hugo theme for technical documentation.",
|
|
"main": "none.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/google/docsy-example.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/google/docsy-example/issues"
|
|
},
|
|
"homepage": "https://github.com/google/docsy-example#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.2",
|
|
"postcss": "^8.5.10",
|
|
"postcss-cli": "^9.1.0"
|
|
}
|
|
}
|