sass 1.35.2 → 1.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +2 -3
  2. package/package.json +1 -1
  3. package/sass.dart.js +751 -798
package/LICENSE CHANGED
@@ -249,7 +249,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
249
249
 
250
250
  --------------------------------------------------------------------------------
251
251
 
252
- async and cli_util license:
252
+ async, cli_util and shelf_static license:
253
253
 
254
254
  Copyright 2015, the Dart project authors.
255
255
 
@@ -616,8 +616,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
616
616
 
617
617
  --------------------------------------------------------------------------------
618
618
 
619
- collection, mime, shelf_static, source_map_stack_trace, stream_channel and
620
- typed_data license:
619
+ collection, mime, source_map_stack_trace, stream_channel and typed_data license:
621
620
 
622
621
  Copyright 2015, the Dart project authors. All rights reserved.
623
622
  Redistribution and use in source and binary forms, with or without
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.35.2","bin":{"sass":"sass.js"},"main":"sass.dart.js"}
1
+ {"name":"sass","description":"A pure JavaScript implementation of Sass.","license":"MIT","bugs":"https://github.com/sass/dart-sass/issues","homepage":"https://github.com/sass/dart-sass","repository":{"type":"git","url":"https://github.com/sass/dart-sass"},"author":{"name":"Natalie Weizenbaum","email":"nweiz@google.com","url":"https://github.com/nex3"},"engines":{"node":">=8.9.0"},"dependencies":{"chokidar":">=3.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.36.0","bin":{"sass":"sass.js"},"main":"sass.dart.js"}