Skip to content

Commit

Permalink
1.3.1 - updating title & favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmielnik committed May 14, 2018
1 parent 70da12f commit 910ba28
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file removed html/favicon-v2.ico
Binary file not shown.
Binary file added html/favicon-v4.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Kamil Mielnik</title>
<title>Kamil Mielnik - CV</title>
<meta charset="utf-8">
<meta name="author" content="Kamil Mielnik">
<meta name="keywords" content="Kamil Mielnik, Kraków, CV, c.v., curriculum vitae, resume, JavaScript, JS">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cv",
"version": "1.3.0",
"version": "1.3.1",
"description": "Kamil Mielnik's Curriculum Vitae",
"main": "src/index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion webpack-wizard.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = (webpackWizard, { resolveCwdPath }) => ({
input: {
favicon: resolveCwdPath('html/favicon-v2.ico'),
favicon: resolveCwdPath('html/favicon-v4.ico'),
html: resolveCwdPath('html/index.html'),
modules: [
resolveCwdPath('src')
Expand Down

0 comments on commit 910ba28

Please sign in to comment.