Skip to content

Update .eslintrc, .gitignore, .npmignore and package.json in generated app

Alf Eaton requested to merge generated-app-npm into master

In the "initial-app" folder:

  • Update the contents of .eslintrc
  • Update the contents of .gitignore
  • Add files section to package.json and remove .npmignore
  • Rename .gitignore and package.json until after app generation, so that npm doesn't read them when publishing pubsweet-cli

fixes #57 fixes #59 fixes #55

Merge request reports