sass 1.26.7 → 1.26.11

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 -2
  2. package/package.json +1 -1
  3. package/sass.dart.js +7456 -7067
package/LICENSE CHANGED
@@ -822,8 +822,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
822
822
 
823
823
  --------------------------------------------------------------------------------
824
824
 
825
- io, json_annotation, multi_server_socket, pedantic, stream_transform, term_glyph
826
- and test_process license:
825
+ io, json_annotation, pedantic, stream_transform, term_glyph and test_process
826
+ license:
827
827
 
828
828
  Copyright 2017, the Dart project authors. All rights reserved.
829
829
  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":">=2.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.26.7","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":">=2.0.0 <4.0.0"},"keywords":["style","scss","sass","preprocessor","css"],"version":"1.26.11","bin":{"sass":"sass.js"},"main":"sass.dart.js"}