Update npm global

This commit is contained in:
Tw93
2023-06-28 15:32:18 +08:00
parent d99c146877
commit c4e9b16862
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ import updateNotifier from 'update-notifier';
import packageJson from '../../package.json';
export async function checkUpdateTips() {
updateNotifier({ pkg: packageJson, updateCheckInterval: 1000 * 60 }).notify();
updateNotifier({ pkg: packageJson, updateCheckInterval: 1000 * 60 }).notify({ isGlobal: true });
}

View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "2.1.9",
"version": "2.1.10",
"description": "🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App。",
"engines": {
"node": ">=16.0.0"