From 4b2fa4e47d3f8e1fc6f1b7924b384c7c9840cc68 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 11 Jan 2017 20:04:32 -0700 Subject: [PATCH] ignore react-storybook in testing --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b85612..a7c8a3d 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,8 @@ "dist", "lib", "example", - "react-table.js" + "react-table.js", + "stories" ] }, "babel": {