typopro 4.2.6 → 4.2.7
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -345,7 +345,7 @@ all dependencies yourself, of course.
|
|
|
345
345
|
Licensing
|
|
346
346
|
---------
|
|
347
347
|
|
|
348
|
-
Copyright © 2013-
|
|
348
|
+
Copyright © 2013-2024 Dr. Ralf S. Engelschall <rse@engelschall.com>
|
|
349
349
|
|
|
350
350
|
All included font families are distributed under very liberal Open
|
|
351
351
|
Source licenses, either MIT License, Apache License, Open Font License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typopro",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.7",
|
|
4
4
|
"description": "Fonts for Professional Typography (META)",
|
|
5
5
|
"homepage": "https://github.com/rse/typopro",
|
|
6
6
|
"license": "MIT AND Apache-2.0 AND OFL-1.1 AND CC0-1.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "http://github.com/rse/typopro/issues"
|
|
21
21
|
},
|
|
22
22
|
"dependencies" : {
|
|
23
|
-
"typopro-web": "4.2.
|
|
24
|
-
"typopro-dtp": "4.2.
|
|
23
|
+
"typopro-web": "4.2.7",
|
|
24
|
+
"typopro-dtp": "4.2.7"
|
|
25
25
|
}
|
|
26
26
|
}
|