mirror of
https://github.com/andrewgioia/blog.git
synced 2025-01-28 21:51:22 +00:00
Fixing package.json name
This commit is contained in:
parent
07c111a3d2
commit
7a1b3ad923
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user