From 3204027fcb0c2af4f78eed492a266d4dde75ec72 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Mon, 27 Apr 2020 00:09:13 -0400 Subject: [PATCH] Delete package.json --- package.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 607062a..0000000 --- a/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ -name: "beautiful-jekyll-theme", -version: "2.0.0", -description: "Beautiful Jekyll theme.", -repository: { -type: "git", -url: "git://github.com/daattali/beautiful-jekyll.git" -}, -keywords: [ -"jekyll", -"theme" -], -author: "Dean Attali", -license: "MIT", -bugs: { -url: "https://github.com/daattali/beautiful-jekyl/issues" -}, -homepage: "https://deanattali.com/beautiful-jekyll/", -engines: { -node: ">= 0.10.0" -} -}