From 4e74bbf05a0e1b8e5e10b88d7beb9a3a065e97f0 Mon Sep 17 00:00:00 2001 From: Alexander Smith Date: Wed, 30 May 2018 15:37:02 -0700 Subject: [PATCH] Include flow-typed/ directory in publish (#92) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b082145..63692ad 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "repository": "fusionjs/fusion-plugin-redux-action-emitter-enhancer", "files": [ "dist", + "flow-typed", "src" ], "main": "./dist/index.js",