From bb5d40b88f787fb57565e6d0e272a8b8735c68c4 Mon Sep 17 00:00:00 2001 From: Casey Watts Date: Thu, 30 Nov 2017 15:27:22 -0500 Subject: [PATCH] don't npmignore build/build/faker.js and build/build/faker.min.js even though we ignore the rest of build/* --- .npmignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 00a17f82d..bd7cccd52 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,8 @@ .npm/ -build/ +build/* +build/build/* +!build/build/faker.js +!build/build/faker.min.js doc/ examples/ meteor/