Update package.json

main
Crimson Tome 2021-11-01 16:47:15 +00:00 committed by GitHub
parent 15f493cfdc
commit 9075448470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{
"name": "eleventy-base-blog",
"version": "5.0.2",
"description": "A starter repository for a blog web site using the Eleventy static site generator.",
"name": "crimsontome-blog",
"version": "1.0.0",
"description": "blog using eleventy and netlify",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
@ -11,18 +11,18 @@
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/eleventy-base-blog.git"
"url": "git://github.com/crimsontome/crimsontome-blog.git"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
"name": "Matt Clark",
"email": "crimsontome427@gmail.com",
"url": "https://crimsontome.netlify.app/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/11ty/eleventy-base-blog/issues"
"url": "https://github.com/crimsontome/crimsontome-blog/issues"
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"homepage": "https://github.com/crimsontome/crimsontome-blog#readme",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-navigation": "^0.3.2",