From c4d236c1a2aaac98b49613a8c0b7da9206753deb Mon Sep 17 00:00:00 2001 From: errorrik Date: Tue, 21 Apr 2020 00:23:59 +0800 Subject: [PATCH] add homepage --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c81191525..731a09908 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "type": "git", "url": "https://github.com/baidu/san.git" }, + "homepage": "https://baidu.github.io/san/", "scripts": { "dev": "node ./tool/dev.js", "dev:unit": "npx karma start ./test/karma.conf.js start",