UNPKG

dont-break

Version:

Checks if the current version of your package would break dependent projects

8 lines (7 loc) 203 B
(function checkForUpdates () { var thisPackage = require('../package.json') require('update-notifier')({ packageName: thisPackage.name, packageVersion: thisPackage.version }).notify() }())