From 560f1d0a502bf6306cb779ccf77106b2d10af4a7 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 22 Jul 2021 09:31:23 +0800 Subject: [PATCH] chore: update package.json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 82f882c..62bcfdb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "awesome-mac", "version": "1.0.0", "description": " This repo is a collection of awesome Mac applications and tools for developers and designers. ", - "main": "index.js", + "homepage": "https://jaywcjlove.github.io/awesome-mac", + "main": "dist/awesome-mac.json", "scripts": { "start": "npm run create:html && npm run create:ast", "create:html": "node build/create.mjs", @@ -19,12 +20,14 @@ "macosx", "osx" ], + "files": [ + "dist" + ], "author": "kenny wang ", "license": "CC-BY-SA-4.0", "bugs": { "url": "https://github.com/jaywcjlove/awesome-mac/issues" }, - "homepage": "https://jaywcjlove.github.io/awesome-mac", "devDependencies": { "fs-extra": "10.0.0", "rehype-attr": "1.1.7",