From ed81b985a9f2114a91fc92d691b678b1cecaa47b Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Tue, 12 Sep 2017 11:31:38 -0700 Subject: [PATCH] Include the babel dir in published package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b13fe937..e2482b5f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "React Native for Web", "main": "dist/index.js", "files": [ + "babel", "dist", "src", "!**/__tests__"