From cf739cc20f8637fda10c4b07dbf7fa5417946d41 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 16 Aug 2020 16:29:23 -0400 Subject: [PATCH] chore(react-base16-styling): set types field in package.json --- packages/react-base16-styling/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 86e7818f..183221d4 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -19,6 +19,7 @@ "src" ], "main": "lib/index.js", + "types": "lib/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/reduxjs/redux-devtools.git"