Skip to content

3.5.0

Compare
Choose a tag to compare
@bstaruk bstaruk released this 28 Feb 15:26
b322e29

This is a mostly-maintenance update which includes the following changes:

  • Husky & lint-staged have been added to the project, to run our linting & formatting libraries in a pre-commit hook. Project readme has been updated to reflect these changes.
  • All dependencies updated -- including replacing node-sass with sass. Both libraries share the same API so no changes (in the boilerplate code, nor in your project sass) should be required to accommodate the replacement.

Note: If you're upgrading an existing installation of starbase, you'll need to run npm run prepare to initialize the new pre-commit hook. If you're using starbase on a new project, you can disregard this note because the prepare script is automatically run on first install.