postcss-modules
Advanced tools
Comparing version 4.2.2 to 4.3.0
# Changelog | ||
## 4.3.0 | ||
- Updated the `generic-names` dependency to reduce packages size by Bogdan Chadkin (@TrySound) https://github.com/madyankin/postcss-modules/pull/129 | ||
## 4.2.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "postcss-modules", | ||
"version": "4.2.2", | ||
"version": "4.3.0", | ||
"description": "PostCSS plugin to use CSS Modules everywhere", | ||
@@ -22,3 +22,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"generic-names": "^2.0.1", | ||
"generic-names": "^4.0.0", | ||
"icss-replace-symbols": "^1.1.0", | ||
@@ -25,0 +25,0 @@ "lodash.camelcase": "^4.3.0", |
@@ -13,4 +13,5 @@ # postcss-modules | ||
The sponsors are listed [below in the README](#sponsors) | ||
## What is this? | ||
## What is this? | ||
@@ -217,3 +218,3 @@ For example, you have the following CSS: | ||
You can rewrite paths for `composes/from` by using `resolve` options. | ||
You can rewrite paths for `composes/from` by using `resolve` options. | ||
It's useful when you need to resolve custom path alias. | ||
@@ -330,1 +331,5 @@ | ||
[filesystemloader]: https://github.com/css-modules/css-modules-loader-core/blob/master/src/file-system-loader.js | ||
## Sponsors | ||
- Dmitry Olyenyov |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32074
333
+ Addedgeneric-names@4.0.0(transitive)
+ Addedloader-utils@3.3.1(transitive)
- Removedbig.js@5.2.2(transitive)
- Removedemojis-list@3.0.0(transitive)
- Removedgeneric-names@2.0.1(transitive)
- Removedjson5@1.0.2(transitive)
- Removedloader-utils@1.4.2(transitive)
- Removedminimist@1.2.8(transitive)
Updatedgeneric-names@^4.0.0