Skip to content

Commit

Permalink
Update project references
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-young committed Dec 22, 2021
1 parent 4d58447 commit 40dafae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "personal-blog",
"description": "A statically generated personal blog website built in Gatsby.",
"name": "blog",
"description": "A personal blog website.",
"version": "1.0.0",
"author": "Louis Young",
"scripts": {
Expand All @@ -17,11 +17,11 @@
"format": "prettier --check \"./src/**/*.{ts,tsx}\"",
"format:write": "prettier --write \"./src/**/*.{ts,tsx}\""
},
"homepage": "https://github.com/louis-young/personal-blog#readme",
"homepage": "https://github.com/louis-young/blog#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/louis-young/personal-blog.git"
"url": "git+https://github.com/louis-young/blog.git"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
Expand Down

0 comments on commit 40dafae

Please sign in to comment.