aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Watts <[email protected]>2017-11-30 15:27:22 -0500
committerCasey Watts <[email protected]>2017-11-30 15:36:50 -0500
commitbb5d40b88f787fb57565e6d0e272a8b8735c68c4 (patch)
tree50eaa0028cf3c99b048b8cebbc531c39a6496838
parentce92b3aebb0f87e07e5cff03a3b3d8ca56cf5a76 (diff)
downloadfaker-bb5d40b88f787fb57565e6d0e272a8b8735c68c4.tar.xz
faker-bb5d40b88f787fb57565e6d0e272a8b8735c68c4.zip
don't npmignore build/build/faker.js and build/build/faker.min.js even though we ignore the rest of build/*
-rw-r--r--.npmignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.npmignore b/.npmignore
index 00a17f82..bd7cccd5 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/