Change favicons
This commit is contained in:
parent
0fa1f48754
commit
f66f052d7e
13 changed files with 34 additions and 32 deletions
|
|
@ -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é"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue