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 a4c4447 commit e9e12f9Copy full SHA for e9e12f9
dist/cli.js
@@ -22,7 +22,7 @@ import sharp from 'sharp';
22
import * as psl from 'psl';
23
24
var name = "pake-cli";
25
-var version = "3.3.4";
+var version = "3.3.5";
26
var description = "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。";
27
var engines = {
28
node: ">=18.0.0"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pake-cli",
3
- "version": "3.3.4",
+ "version": "3.3.5",
4
"description": "🤱🏻 Turn any webpage into a desktop app with one command. 🤱🏻 一键打包网页生成轻量桌面应用。",
5
"engines": {
6
"node": ">=18.0.0"
0 commit comments