Change favicons

This commit is contained in:
schmelczerandras 2020-11-18 22:16:47 +01:00
parent 0fa1f48754
commit f66f052d7e
13 changed files with 34 additions and 32 deletions

View file

@ -1,12 +1,11 @@
{
"name": "portfolio",
"version": "1.0.0",
"description": "An easily configurable portfolio.",
"description": "An easily configurable timeline of projects.",
"private": true,
"scripts": {
"start": "webpack-dev-server --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",
"build": "webpack && find dist -type f -regex \".*\\(js\\|css\\|LICENSE.*\\)\" | xargs rm"
"build": "webpack --mode production"
},
"repository": {
"type": "git",
@ -14,6 +13,8 @@
},
"keywords": [
"CV",
"curriculum",
"vitae",
"portfolio",
"resume",
"resumé"