Skip to content

Commit 234a834

Browse files
postcss-no-important-10.1.0 (#2255)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bcff038 commit 234a834

1 file changed

Lines changed: 23 additions & 16 deletions

File tree

directory/postcss-no-important.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-no-important",
3-
"version": "10.0.7",
3+
"version": "10.1.0",
44
"description": "PostCSS plugin for delete declarations !important",
55
"keywords": [
66
"postcss",
@@ -28,25 +28,32 @@
2828
}
2929
},
3030
"peerDependencies": {
31-
"postcss": "^8.4.38"
31+
"postcss": "^8.5.4"
32+
},
33+
"engines": {
34+
"bun": "1.2.15",
35+
"node": "Please use bun instead of Node to use dependencies",
36+
"npm": "Please use bun instead of NPM to install dependencies",
37+
"pnpm": "Please use bun instead of PNPM to install dependencies",
38+
"yarn": "Please use bun instead of Yarn to install dependencies"
3239
},
3340
"publishConfig": {
3441
"directory": "dist"
3542
},
36-
"_id": "postcss-no-important@10.0.7",
37-
"gitHead": "81ab36cad0f4e3d1434fc66b21decdb2af160a5f",
38-
"_nodeVersion": "20.16.0",
39-
"_npmVersion": "10.8.1",
43+
"_id": "postcss-no-important@10.1.0",
44+
"gitHead": "c5982f5ac084614202fe6ee4cc6df9c8d371017f",
45+
"_nodeVersion": "22.6.0",
46+
"_npmVersion": "10.9.2",
4047
"dist": {
41-
"integrity": "sha512-tTKO2vHLqAtCez6iqtn+ElUPQRh7i9ChODz2kSeAm+a0HW0T1yhPhbayhYs59S25jfHfImWoShuliP6eHby0fw==",
42-
"shasum": "4bfb3d1216a674848bca47936e685626500dff45",
43-
"tarball": "https://registry.npmjs.org/postcss-no-important/-/postcss-no-important-10.0.7.tgz",
44-
"fileCount": 9,
45-
"unpackedSize": 19746,
48+
"integrity": "sha512-pkJVzaDAL0RttW2G8W2CXWTK23JB51on5+biVmBYpt92LqkmfFgJWWxzKy8/sEWac+77f57z3L+VjoYMkbMmQQ==",
49+
"shasum": "6986b6560d4c4da475e238d12ef181e37454fd2a",
50+
"tarball": "https://registry.npmjs.org/postcss-no-important/-/postcss-no-important-10.1.0.tgz",
51+
"fileCount": 10,
52+
"unpackedSize": 212935,
4653
"signatures": [
4754
{
48-
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
49-
"sig": "MEUCIQC+HccOZth4qsUfPH+zkfqZ0iqJTkHz4g7CWtspgHcQRAIgLwtJBsXyVSvTZJCVngLTuG8l+Fpy8mz2uBEMcR6GC9c="
55+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
56+
"sig": "MEUCIHNlSgBEtcYXYsqz3V1Q7akJgnp+9EFw90kNtHJBopigAiEAgHxGO2uhzJy/HsK627Iyhk88ECEUzVbBYEwgDxsiYPM="
5057
}
5158
]
5259
},
@@ -62,9 +69,9 @@
6269
}
6370
],
6471
"_npmOperationalInternal": {
65-
"host": "s3://npm-registry-packages",
66-
"tmp": "tmp/postcss-no-important_10.0.7_1723850440814_0.7345883396805561"
72+
"host": "s3://npm-registry-packages-npm-production",
73+
"tmp": "tmp/postcss-no-important_10.1.0_1748882674476_0.9412502417998756"
6774
},
6875
"_hasShrinkwrap": false,
69-
"_time": "2024-08-16T23:20:41.109Z"
76+
"_time": "2025-06-02T16:44:34.660Z"
7077
}

0 commit comments

Comments
 (0)