@jesscss/scss-parser 2.0.0-alpha.12 → 2.0.0-alpha.14

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.
package/README.md CHANGED
@@ -46,8 +46,8 @@ npm install @jesscss/scss-parser
46
46
 
47
47
  `@jesscss/core` is an **optional** peer dependency — needed for the default
48
48
  AST v2 `parse()` entry, not for `./cst` or `./grammar`.
49
- Those explicit entries expose Parseman types and grammar values, so consumers
50
- of them must also provide the package's `parseman` peer.
49
+ Those explicit entries expose Parseman types and grammar values; Parseman ships
50
+ as a bundled dependency, so it installs with the package automatically.
51
51
 
52
52
  ## Canonical AST parsing
53
53