From f459ae9e63b7fe50fd455a309f5d179557c42658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 11 Dec 2019 16:56:01 +0800 Subject: [PATCH] :wrench: Add unpkg field in package.json (#20193) https://unpkg.com/ --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f82b41719a..70dabdd5ef 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ ], "main": "lib/index.js", "module": "es/index.js", + "unpkg": "dist/antd.min.js", "typings": "lib/index.d.ts", "scripts": { "api-collection": "antd-tools run api-collection",