@jesscss/jess-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
@@ -22,8 +22,8 @@ npm install @jesscss/jess-parser
22
22
 
23
23
  `@jesscss/core` is an **optional** peer dependency — needed for the default
24
24
  AST v2 `parse()` entry, not for `./cst` or `./grammar`.
25
- Those explicit entries expose Parseman types and grammar values, so consumers
26
- of them must also provide the package's `parseman` peer.
25
+ Those explicit entries expose Parseman types and grammar values; Parseman ships
26
+ as a bundled dependency, so it installs with the package automatically.
27
27
 
28
28
  ## Canonical AST parsing
29
29