2.0.0 • Published 1 year ago
pre-flight v2.0.0
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"
}