dart-sass/pkg/sass_api/pubspec.yaml
Ed Rivas ca2be2ace9
Expose calculations in JS API (#1988)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
2023-07-19 14:36:22 -07:00

20 lines
444 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: 7.2.0
description: Additional APIs for Dart Sass.
homepage: https://github.com/sass/dart-sass
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
sass: 1.64.0
dev_dependencies:
dartdoc: ^5.0.0
dependency_overrides:
sass: { path: ../.. }