Updating package.json and starting public branch build

This commit is contained in:
Andrew Gioia 2020-07-13 19:49:01 -04:00
parent c6e83f21dd
commit 6d6eb5bd4d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "posts.andrewgioia.com", "name": "@andrewgioia/blog",
"version": "1.0.0", "version": "1.0.0",
"description": "Longer form content by Andrew Gioia", "description": "Longer form content by Andrew Gioia",
"main": "public/index.html", "main": "public/index.html",
@ -23,5 +23,5 @@
"bugs": { "bugs": {
"url": "https://github.com/andrewgioia/blog/issues" "url": "https://github.com/andrewgioia/blog/issues"
}, },
"homepage": "https://posts.andrewgioia.com" "homepage": "https://blog.andrewgioia.com"
} }