weboptimizer 2.0.1096 → 2.0.1100

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/package.json +38 -2
  2. package/readme.md +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1096",
3
+ "version": "2.0.1100",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -114,6 +114,7 @@
114
114
  "@types/favicons": "*",
115
115
  "@types/html-minifier": "*",
116
116
  "@types/html-minifier-terser": "*",
117
+ "@types/imagemin": "*",
117
118
  "@types/jest": "*",
118
119
  "@types/jsdom": "*",
119
120
  "@types/mini-css-extract-plugin": "*",
@@ -135,6 +136,7 @@
135
136
  "favicons": "*",
136
137
  "favicons-webpack-plugin": "*",
137
138
  "image-minimizer-webpack-plugin": "*",
139
+ "imagemin": "*",
138
140
  "jest": "*",
139
141
  "jsdoc": "*",
140
142
  "mini-css-extract-plugin": "*",
@@ -160,6 +162,7 @@
160
162
  "@types/ejs": "*",
161
163
  "@types/favicons": "*",
162
164
  "@types/html-minifier": "*",
165
+ "@types/imagemin": "*",
163
166
  "@types/jest": "*",
164
167
  "@types/jsdom": "*",
165
168
  "@types/mini-css-extract-plugin": "*",
@@ -176,6 +179,7 @@
176
179
  "favicons-webpack-plugin": "*",
177
180
  "identity-obj-proxy": "*",
178
181
  "image-minimizer-webpack-plugin": "*",
182
+ "imagemin": "*",
179
183
  "jest": "*",
180
184
  "jsdoc": "*",
181
185
  "mini-css-extract-plugin": "*",
@@ -1395,8 +1399,40 @@
1395
1399
  "extends": "stylelint-config-standard",
1396
1400
  "ignoreFiles": "**/node_modules/*",
1397
1401
  "rules": {
1402
+ "at-rule-empty-line-before": [
1403
+ "always",
1404
+ {
1405
+ "except": [
1406
+ "after-same-name",
1407
+ "first-nested"
1408
+ ],
1409
+ "ignore": [
1410
+ "after-comment",
1411
+ "blockless-after-same-name-blockless"
1412
+ ]
1413
+ }
1414
+ ],
1398
1415
  "comment-empty-line-before": "never",
1399
- "indentation": 4
1416
+ "declaration-empty-line-before": [
1417
+ "always",
1418
+ {
1419
+ "except": [
1420
+ "first-nested"
1421
+ ],
1422
+ "ignore": [
1423
+ "after-comment",
1424
+ "after-declaration",
1425
+ "inside-single-line-block"
1426
+ ]
1427
+ }
1428
+ ],
1429
+ "indentation": 4,
1430
+ "selector-class-pattern": [
1431
+ "^([a-z][a-z0-9]*)(((--?)|(__))[a-z0-9]+)*$",
1432
+ {
1433
+ "message": "Expected class selector to follow the \"BEM\" naming."
1434
+ }
1435
+ ]
1400
1436
  }
1401
1437
  },
1402
1438
  "targetTechnology": {
package/readme.md CHANGED
@@ -24,9 +24,11 @@ Project status
24
24
 
25
25
  [![code coverage](https://coveralls.io/repos/github/thaibault/weboptimizer/badge.svg)](https://coveralls.io/github/thaibault/weboptimizer)
26
26
 
27
+ <!-- Too unstable yet
27
28
  [![dependencies](https://img.shields.io/david/thaibault/weboptimizer.svg)](https://david-dm.org/thaibault/weboptimizer)
28
29
  [![development dependencies](https://img.shields.io/david/dev/thaibault/weboptimizer.svg)](https://david-dm.org/thaibault/weboptimizer?type=dev)
29
30
  [![peer dependencies](https://img.shields.io/david/peer/thaibault/weboptimizer.svg)](https://david-dm.org/thaibault/weboptimizer?type=peer)
31
+ -->
30
32
  [![documentation website](https://img.shields.io/website-up-down-green-red/https/torben.website/weboptimizer.svg?label=documentation-website)](https://torben.website/weboptimizer)
31
33
 
32
34
  Use case