UNPKG

@toruslabs/torus-scripts

Version:
10 lines (6 loc) 216 B
import updater from "update-notifier"; import { readJSONFile } from "./utils.js"; const pkg = readJSONFile(new URL("../package.json", import.meta.url)); export default function () { updater({ pkg }).notify(); }