From fd57e4bc4fd1a70d4101407d5f2e44e88253c0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Fri, 3 Mar 2023 18:34:08 +0800 Subject: [PATCH] chore(npm): replace `main` key in `package.json` with `sass` and `style` --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e94b71..116f6e7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "article", "documentation" ], - "main": "index.js", + "sass": "src/index.scss", + "style": "dist/bundle.min.css", "repository": { "type": "git", "url": "git+https://github.com/kuohuanhuan/x-markdown-css.git"