@nimpl/classnames-minifier 4.0.0 → 4.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Library for configuring style _(css/scss/sass)_ modules to generate compressed classes (`.header` -> `.a`, `.nav` -> `.b`, ..., `.footer` -> `.aad`, etc.) with support for changes and rebuilding without clearing the built application. The package itself synchronizes minified classnames with components of the application compiled earlier.
4
4
 
5
- Visit https://nimpl.tech/classnames-minifier to view the full documentation.
5
+ Visit https://nimpl.dev/docs/classnames-minifier to view the full documentation.
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nimpl/classnames-minifier",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Library for configuring style modules to generate compressed classes",
5
5
  "main": "dist/withClassnamesMinifier.js",
6
6
  "types": "dist/withClassnamesMinifier.d.ts",