UNPKG

@azure/static-web-apps-cli

Version:
7 lines 240 B
import updateNotifier from "update-notifier"; import { loadPackageJson } from "./json.js"; const pkg = loadPackageJson(); export function notifyOnUpdate() { updateNotifier({ pkg }).notify(); } //# sourceMappingURL=update-notifier.js.map