Add .npmignore to fix deploy

If `.npmignore` is absent, NPM uses `.gitignore` to decide what to
ignore during publish. Since `dist` is in `.gitignore` this means that
NPM wasn't publishing the build output.
This commit is contained in:
Christopher Willis-Ford 2018-01-16 10:25:03 -05:00
parent c2570133dd
commit d7e78f44b6

0
.npmignore Normal file
View file