pake最新版本

This commit is contained in:
Tw93
2022-12-21 19:42:17 +08:00
parent 043c472013
commit 737022fa2b
6 changed files with 54 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "pake-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "🤱🏻 很简单的用 Rust 打包网页生成很小的桌面 App 🤱🏻 A simple way to make any web page a desktop application using Rust.",
"engines": {
"node": "^14.13 || >=16.0.0"
@@ -40,7 +40,7 @@
"tauri": "tauri",
"cli": "rollup -c rollup.config.js --watch",
"cli:build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"cli:publish": "npm run cli:build && npm publish"
"prepublishOnly": "npm run cli:build"
},
"type": "module",
"exports": "./dist/pake.js",