@jesscss/style-resolver 2.0.0-alpha.8 → 2.0.0-alpha.9

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 (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,8 +4,7 @@
4
4
  load paths, and extension/index resolution.**
5
5
 
6
6
  `@jesscss/style-resolver` is a building block for
7
- [Jess](https://github.com/jesscss/jess) — Less.js v5, a ground-up rewrite of the
8
- Less CSS preprocessor. Given a stylesheet's source and an import statement, it
7
+ [Jess](https://github.com/jesscss/jess). Given a stylesheet's source and an import statement, it
9
8
  figures out which file that import actually points to, applying each language's
10
9
  lookup rules (Less and SCSS candidate expansion, partials, index files, search
11
10
  paths).
@@ -24,7 +23,7 @@ package is just the resolver, not that feature.
24
23
  ## Who uses it
25
24
 
26
25
  This is an internal package. Most people should install
27
- [`jess`](https://www.npmjs.com/package/jess) and use the `jess` / `lessc` CLIs.
26
+ [`jess`](https://www.npmjs.com/package/jess) and use the `jess` CLI.
28
27
  The JavaScript/TypeScript API is **not yet stabilized** and is intentionally
29
28
  undocumented for now.
30
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jesscss/style-resolver",
3
- "version": "2.0.0-alpha.8",
3
+ "version": "2.0.0-alpha.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },