dart-sass/pkg/sass_api/pubspec.yaml
Goodwine ae6275e5e2
fix serializing loud comment crash when importing the same file twice in a row (#1713)
* fix serializing loud comment crash when importing the same file twice
2022-06-08 16:48:36 -07:00

20 lines
453 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: 1.0.0-beta.48
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
sass: 1.52.3
dev_dependencies:
dartdoc: ^5.0.0
dependency_overrides:
sass: { path: ../.. }