From 5bd2ad88c3296f69a45a6ffb254bee57db07fa36 Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Tue, 2 Apr 2019 19:50:04 -0400 Subject: [PATCH] Add private: true to the package.json --- types/hoist-non-react-statics/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/hoist-non-react-statics/package.json b/types/hoist-non-react-statics/package.json index 9a65c78245..833c6ee977 100644 --- a/types/hoist-non-react-statics/package.json +++ b/types/hoist-non-react-statics/package.json @@ -1,4 +1,5 @@ { + "private": true, "dependencies": { "hoist-non-react-statics": "^3.3.0" }