dart-sass/pkg/sass_api/pubspec.yaml
Natalie Weizenbaum 126f0a6223
Release 1.54.2 (#1770)
This allows us to cut another release which will include
sass/dart-sass-embedded#103.
2022-08-03 16:30:09 -07:00

20 lines
445 B
YAML

name: sass_api
# Note: Every time we add a new Sass AST node, we need to bump the *major*
# version because it's a breaking change for anyone who's implementing the
# visitor interface(s).
version: 2.0.2
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
sass: 1.54.2
dev_dependencies:
dartdoc: ^5.0.0
dependency_overrides:
sass: { path: ../.. }