Fixing package.json name

This commit is contained in:
Andrew Gioia 2020-07-13 19:50:22 -04:00
parent 07c111a3d2
commit 7a1b3ad923
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"name": "@andrewgioia/blog",
"name": "@andrewgioia/blog-public",
"version": "1.0.0",
"description": "Weblog of Andrew Gioia",
"main": "index.html",
"dependencies": {
"normalize.css": "^8.0.1"
"@andrewgioia/blog": "*"
},
"devDependencies": {},
"scripts": {
@ -20,4 +20,4 @@
"url": "https://github.com/andrewgioia/blog/issues"
},
"homepage": "https://github.com/andrewgioia/blog#readme"
}
}