From e6b5013a8b401ebcc9021fca0e585a6fc455cd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Thu, 22 Aug 2013 22:25:23 -0700 Subject: [PATCH] [react-tools] Add src/ to files This is so it's possible to use the original @providesModule source files in a toolchain that understands those. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1739051c8a..8678e21ef0 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "main.js", "bin/jsx", "build/modules/", + "src/", "vendor/fbtransform/", "vendor/constants.js" ],