1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-13 03:03:33 +02:00
nerd-fonts/package.json
Fini Jastrow f28b343071 Trigger Release 3.3.0 (also: circumvent CI bug)
The CI first builds the fonts and THEN calls `generate-css`.
Which was ok, previously.

But now we store the glyphnames in the font files, and they are taken
from `glyphnames.json`, and THAT is only updated with the CSS file.

So the font files will get OLD names, if the symbol fonts got updated.

For now I just manually run the `glyphnames.json` update
(`generate-css.sh`) manually now, with this commit.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2024-11-18 00:53:43 +01:00

36 lines
944 B
JSON

{
"name": "nerd-fonts",
"version": "3.3.0",
"description": "Iconic font aggregator, collection, & patcher. 9,000+ icons, 60+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"all-contributors-cli": "^4.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanoasis/nerd-fonts.git"
},
"keywords": [
"fonts",
"patched-fonts",
"powerline",
"shell",
"statusline",
"python",
"iconic-fonts",
"patcher",
"font-awesome",
"octicons"
],
"author": "Ryan L McIntyre",
"license": "SEE LICENSE IN LICENSE file",
"bugs": {
"url": "https://github.com/ryanoasis/nerd-fonts/issues"
},
"homepage": "https://github.com/ryanoasis/nerd-fonts#readme"
}