Update .eslintrc, .gitignore, .npmignore and package.json in generated app
In the "initial-app" folder:
- Update the contents of
.eslintrc
- Update the contents of
.gitignore
- Add
files
section topackage.json
and remove.npmignore
- Rename
.gitignore
andpackage.json
until after app generation, so thatnpm
doesn't read them when publishingpubsweet-cli
fixes #57 fixes #59 fixes #55