From 7ab2b9042bd0f5ebe67319ee6c2e6ffd8cadaf6b Mon Sep 17 00:00:00 2001 From: tiapnn Date: Wed, 9 Dec 2020 22:15:45 +0100 Subject: [PATCH] changed packege infos --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0a6d106..da4104d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "ElevenTail", + "name": "pnzdevs-blog", "version": "0.1.0", - "description": "A project scaffold for quick-starting a site with Eleventy and TailwindCSS", - "author": "Phil Hawksworth", + "description": "A simple landing site complete with blog section powered by node", + "author": "PNZ Devs", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/philhawksworth/eleventail" + "url": "https://github.com/tiapnn/pnzdevs-blog" }, "scripts": { "build": "npm-run-all build:css build:html",