Skip to content

Commit 7a6c01f

Browse files
fix: homepage url and update dependencies
1 parent 388a986 commit 7a6c01f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-fontify",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "PostCSS plugin for generating font-face declarations from font files in a directory.",
55
"keywords": [
66
"postcss",
@@ -12,7 +12,7 @@
1212
"test": "jest --coverage && eslint ."
1313
},
1414
"author": "Alexander Sedeke <alexander.sedeke+github@gmail.com> (https://www.studioalex.dex/)",
15-
"homepage": "https://www.studioalex.dex/",
15+
"homepage": "https://www.studioalex.dev/tips/2023-03-31-generate-font-face-declarations-with-ease/",
1616
"license": "MIT",
1717
"repository": "studioalex/postcss-fontify",
1818
"engines": {
@@ -52,6 +52,6 @@
5252
}
5353
},
5454
"dependencies": {
55-
"glob": "^9.3.2"
55+
"glob": "^9.3.4"
5656
}
5757
}

0 commit comments

Comments
 (0)