Skip to content

Commit 2b5d0dc

Browse files
postcss-mq-optimize-2.2.0 (#2744)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a2b12e commit 2b5d0dc

1 file changed

Lines changed: 24 additions & 26 deletions

File tree

directory/postcss-mq-optimize.json

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-mq-optimize",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "PostCSS plugin Removes invalid media queries or its expresions",
55
"keywords": [
66
"postcss",
@@ -12,10 +12,16 @@
1212
"name": "Maciej Panecki",
1313
"email": "[email protected]"
1414
},
15-
"contributors": {
16-
"name": "Kyo Nagashima",
17-
"email": "[email protected]",
18-
"url": "https://github.com/hail2u/node-css-mqpacker"
15+
"contributors": [
16+
{
17+
"name": "Kyo Nagashima",
18+
"email": "[email protected]",
19+
"url": "https://github.com/hail2u/node-css-mqpacker"
20+
}
21+
],
22+
"engines": {
23+
"node": "22.21.0",
24+
"npm": "10.9.4"
1925
},
2026
"license": "MIT",
2127
"repository": {
@@ -26,31 +32,23 @@
2632
"url": "https://github.com/panec/postcss-mq-optimize/issues"
2733
},
2834
"homepage": "https://github.com/panec/postcss-mq-optimize",
29-
"devDependencies": {
30-
"clean-publish": "^4.2.0",
31-
"nodeunit": "^0.9.0",
32-
"postcss": "^8.0.0"
33-
},
3435
"peerDependencies": {
35-
"postcss": "^8.0.0"
36-
},
37-
"scripts": {
38-
"test": "nodeunit test --reporter default"
36+
"postcss": "^8.5.8"
3937
},
40-
"_id": "postcss-mq-optimize@2.1.0",
41-
"gitHead": "cabfd1fde440beefc6a7bdbfe562df1c59d7facb",
42-
"_nodeVersion": "18.20.4",
43-
"_npmVersion": "10.7.0",
38+
"_id": "postcss-mq-optimize@2.2.0",
39+
"gitHead": "dbc8307f06af4ece79b1431845527165c61d04db",
40+
"_nodeVersion": "22.21.0",
41+
"_npmVersion": "10.9.4",
4442
"dist": {
45-
"integrity": "sha512-NtzydWRL+6+ziodbku3ckHYXEFIZjPbbg7C6l6yhXviaSsXoXgP66Q6gu/a3IreQM2b9UY9zzHOwym9Z72MOvQ==",
46-
"shasum": "707986248db8ecaa9e6b52b47e9856fa469f3c05",
47-
"tarball": "https://registry.npmjs.org/postcss-mq-optimize/-/postcss-mq-optimize-2.1.0.tgz",
48-
"fileCount": 8,
49-
"unpackedSize": 16877,
43+
"integrity": "sha512-qoyax6rcqlWynS+EjtVKJrMgpxrZIYbA5AwWElL+5f7HamYqS5CBItUiSYEE7kqx1SJ20mIo7brWx3RWmAxhJQ==",
44+
"shasum": "07b5a739452356c326066b83f5f8a87f7451d172",
45+
"tarball": "https://registry.npmjs.org/postcss-mq-optimize/-/postcss-mq-optimize-2.2.0.tgz",
46+
"fileCount": 5,
47+
"unpackedSize": 11293,
5048
"signatures": [
5149
{
5250
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
53-
"sig": "MEUCIQCrmaZP8yo7ZnJcr0dmdC8ooXCNvEUouOFI38RE3nuGjQIgV1TQkj9JqMtFqUncTb/rqVJF7KifAm//5GCo5Gwbqis="
51+
"sig": "MEYCIQC9fMWAdt6cKUm3xJCmfCHbVybX8+2+0KoYHJ/hpglZXgIhAIR7tf9QBmw+2vtLD+9SL3KagpP4hr2GKFFSOjPFKctp"
5452
}
5553
]
5654
},
@@ -67,8 +65,8 @@
6765
],
6866
"_npmOperationalInternal": {
6967
"host": "s3://npm-registry-packages-npm-production",
70-
"tmp": "tmp/postcss-mq-optimize_2.1.0_1760368429205_0.7112060264616009"
68+
"tmp": "tmp/postcss-mq-optimize_2.2.0_1773843057646_0.1702778543282777"
7169
},
7270
"_hasShrinkwrap": false,
73-
"_time": "2025-10-13T15:13:49.412Z"
71+
"_time": "2026-03-18T14:10:57.805Z"
7472
}

0 commit comments

Comments
 (0)