pre-flight

Ensure all core dependencies are up to date before `npm start`

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
pre-flight
611.1.15 years ago7 years agoMinified + gzip package size for pre-flight in KB

Readme

Pre Flight

An easy way to make sure your dependencies are up to date

Pre Flight is a simple utility to ensure that your dependencies are up to date before running npm start.
Simply add this script to your package.json and let us handle the rest!
"scripts": {
  "prestart": "pre-flight"
}