diff options
| author | Marak <[email protected]> | 2017-02-11 18:15:05 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-11 18:15:05 -0500 |
| commit | 2057af7ea3b415e78892616c00cff7dec961423b (patch) | |
| tree | de8318e0d98ccde079925c1de5ff90389efa82c9 | |
| parent | e2305d76d7c69134ab773127a4e6e4e82fab23f3 (diff) | |
| parent | fa5d4eedad1c612ad9ade0d681ee5655c1f15086 (diff) | |
| download | faker-2057af7ea3b415e78892616c00cff7dec961423b.tar.xz faker-2057af7ea3b415e78892616c00cff7dec961423b.zip | |
Merge pull request #432 from schovi/add-npmignore
[dist] Reduced size of package
| -rw-r--r-- | .npmignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000..00a17f82 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +.npm/ +build/ +doc/ +examples/ +meteor/ +test/ +logo.png |
