mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
08d0b8d159
This allows other Sass team packages to re-use our analysis configuration without having to copy it.
14 lines
269 B
YAML
14 lines
269 B
YAML
name: sass_analysis
|
|
version: 0.0.0
|
|
description: Shared analysis options for Sass team packages.
|
|
author: Sass Team
|
|
homepage: https://github.com/sass/dart-sass/tree/master/analysis
|
|
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.0.0 <3.0.0"
|
|
|
|
dependencies:
|
|
pedantic: ^1.0.0
|