mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-02-09 17:46:04 +00:00
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to 15.10.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.8.0...15.10.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@ivuorinen/stylelint-config",
|
|
"version": "0.1.22",
|
|
"description": "ivuorinen's shareable configuration for stylelint.",
|
|
"author": {
|
|
"name": "Ismo Vuorinen",
|
|
"url": "https://github.com/ivuorinen"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ivuorinen/base-configs/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12",
|
|
"npm": ">= 6",
|
|
"yarn": ">=1.20.0"
|
|
},
|
|
"files": [
|
|
"css/index.js",
|
|
"scripts/*",
|
|
"scss/index.js"
|
|
],
|
|
"homepage": "https://github.com/ivuorinen/base-configs/tree/main/packages/stylelint-config#readme",
|
|
"keywords": [
|
|
"stylelint-config",
|
|
"stylelint",
|
|
"config",
|
|
"ivuorinen"
|
|
],
|
|
"license": "MIT",
|
|
"main": "css/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivuorinen/base-configs.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.js"
|
|
},
|
|
"dependencies": {
|
|
"stylelint": "15.10.1",
|
|
"stylelint-config-recommended-scss": "12.0.0",
|
|
"stylelint-config-standard": "34.0.0",
|
|
"stylelint-order": "6.0.3",
|
|
"stylelint-scss": "5.0.1"
|
|
},
|
|
"gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230"
|
|
}
|