Skip to content

v0.2.0

Choose a tag to compare

@sapegin sapegin released this 11 Jun 18:03

New features

Travis CI task

  • Update latest Node version to 8
  • Add before_install script to install npm@latest if you have
    package-lock.json
  • Only test on LTS version and the latest
  • Do not include Node versions lower than required in package.json
  • Enable caching

ESLint task

  • Add eslintPeerDependencies option
  • Use pretest script instead of test
  • Add default value so it won’t break when there’s no .eslintrc or it has no extends field

lint-staged task

  • Store config in package.json instead of .lintstagedrc
  • Use husky instead of pre-commit
  • Correct file mask for .js files

gitignore task

  • Tweak patterns to match only folders

package task

  • Do not add npm badge to the readme