We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab8dae commit fcf807aCopy full SHA for fcf807a
dist/cli.js
@@ -23,7 +23,7 @@ import sharp from 'sharp';
23
import * as psl from 'psl';
24
25
var name = "pake-cli";
26
-var version = "3.3.6";
+var version = "3.4.0";
27
var description = "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。";
28
var engines = {
29
node: ">=18.0.0"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pake-cli",
3
- "version": "3.3.6",
+ "version": "3.4.0",
4
"description": "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。",
5
"engines": {
6
"node": ">=18.0.0"
0 commit comments