From e1b59077e9e520a0acc4304c6efea8786ef68522 Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Wed, 26 Sep 2018 15:21:28 -0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2863f59..59a4d16 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "Stack navigator component for React Navigation", "main": "dist/index.js", "files": [ - "dist", - "src", + "dist/", + "src/", "LICENSE.md", "README.md" ],