From 4f2d9a387ea928daaa4093f59e949e9a04944daf Mon Sep 17 00:00:00 2001
From: Dean Attali <daattali@gmail.com>
Date: Mon, 27 Apr 2020 00:06:51 -0400
Subject: [PATCH] test if package.json causes "Used By" button to appear at top

---
 package.json | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..607062a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+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"
+}
+}