From 4f7fde92b222b7d95e6a404909aa43a8cfa85186 Mon Sep 17 00:00:00 2001 From: Jerry <16351105+jerryc127@users.noreply.github.com> Date: Thu, 10 Sep 2020 21:35:02 +0800 Subject: [PATCH] change main in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ea7c96..b2dec58 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "hexo-theme-butterfly", "version": "3.2.0-b1", "description": "A Simple and Card UI Design theme for Hexo", - "main": "package.json", + "main": "README.md", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },