Skip to content

Commit

Permalink
postcss-size-clamp-3.2.1 (#2027)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 22, 2025
1 parent 9b65755 commit 8e1de80
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions directory/postcss-size-clamp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-size-clamp",
"version": "2.5.0",
"version": "3.2.1",
"description": "PostCSS plugin for fluid typography using modern CSS clamp()",
"main": "index.js",
"keywords": [
Expand All @@ -16,7 +16,8 @@
},
"license": "MIT",
"scripts": {
"test": "jest"
"test": "jest",
"postpublish": "git push --follow-tags"
},
"repository": {
"type": "git",
Expand All @@ -30,24 +31,24 @@
"jest-postcss": "^0.1.0",
"postcss": "^8.4.47"
},
"_id": "postcss-size-clamp@2.5.0",
"gitHead": "752586aafb8e397d3444a8602a911b2b05e24ae6",
"_id": "postcss-size-clamp@3.2.1",
"gitHead": "9d8b1f1179fee7bde8fe021fb24a4fdf8d0d63d8",
"bugs": {
"url": "https://github.com/coderesolution/postcss-size-clamp/issues"
},
"homepage": "https://github.com/coderesolution/postcss-size-clamp#readme",
"_nodeVersion": "20.18.0",
"_npmVersion": "10.8.2",
"dist": {
"integrity": "sha512-SeEJ18F3/hvFRW+56vMopqOZoFZXuJSPoboQv5RZoO8PY64kYF/3i9grXCdNwEl5dR6vHE1UTq5o5moSLumiTA==",
"shasum": "f9c4db1657efa3559a685f7500c064d77f0d34d6",
"tarball": "https://registry.npmjs.org/postcss-size-clamp/-/postcss-size-clamp-2.5.0.tgz",
"integrity": "sha512-aMVBYa6VXFzUfd0TSz/XRmCtPZUMZDWLY2HIbJHy3+AwTJmSWLALit2+NTB+mQRIhh67eCIRcXxWzrfZCFLCbw==",
"shasum": "5817b9851f6ce7a7715b1b9027de8735754192a4",
"tarball": "https://registry.npmjs.org/postcss-size-clamp/-/postcss-size-clamp-3.2.1.tgz",
"fileCount": 6,
"unpackedSize": 14116,
"unpackedSize": 16645,
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEUCIH+TS2fahAqU32jRzHZLSXHB8dv0YzhWMdsMLigRqOoCAiEAwfF8iHxjOFRN8pfMZdxkMcXpaBuSdGXqHyMY3q58CHM="
"sig": "MEUCIFjfOhLBO+XcoQ3DnHWa/l0m1JYvlIrptlbBec83/5BHAiEAocMdrcRB+X8dxzxD0Uh5fJeCGOOvn4o0WZfKcm+lF3k="
}
]
},
Expand All @@ -64,8 +65,8 @@
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages-npm-production",
"tmp": "tmp/postcss-size-clamp_2.5.0_1737397269987_0.6277413055550003"
"tmp": "tmp/postcss-size-clamp_3.2.1_1737471082496_0.917488048988401"
},
"_hasShrinkwrap": false,
"_time": "2025-01-20T18:21:10.205Z"
"_time": "2025-01-21T14:51:22.685Z"
}

0 comments on commit 8e1de80

Please sign in to comment.