change main in package.json

This commit is contained in:
Jerry
2020-09-10 21:35:02 +08:00
Unverified
parent cb21f7f46d
commit 4f7fde92b2
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "hexo-theme-butterfly", "name": "hexo-theme-butterfly",
"version": "3.2.0-b1", "version": "3.2.0-b1",
"description": "A Simple and Card UI Design theme for Hexo", "description": "A Simple and Card UI Design theme for Hexo",
"main": "package.json", "main": "README.md",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },