From 6ca8d31c83b41b2c50a9649fb2ff879c399578b2 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 9f4d07459e..ce48e47b00 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "main.js", "bin/jsx", "build/modules/", + "src/", "vendor/fbtransform/", "vendor/constants.js" ],