From 99d491518f03167ebc14f2aa3efabfaf9b4ad2a7 Mon Sep 17 00:00:00 2001 From: bang Date: Sun, 16 Dec 2018 01:01:47 +0800 Subject: [PATCH] remove: resolutions --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index a21e53d9d..4d93cdafc 100644 --- a/package.json +++ b/package.json @@ -147,8 +147,5 @@ "typings": "lib/index.d.ts", "pre-commit": [ "lint-staged" - ], - "resolutions": { - "react": "^16.7.0-alpha.2" - } + ] }