Skip to content

Commit

Permalink
release: 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hill-98 committed Nov 6, 2024
1 parent 9dac288 commit fb8c2dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-ipc-flow",
"version": "3.0.0",
"version": "3.0.1",
"description": "Fluently and type-safely write IPC for Electron",
"keywords": [
"electron",
Expand All @@ -23,7 +23,7 @@
"author": "Zhong Lufan <[email protected]>",
"license": "MIT",
"scripts": {
"prepublish": "npm run check && npm run test && npm run build",
"prepublishOnly": "npm run check && npm run test && npm run build",
"build": "vite build && vite build --mode preload && dts-bundle-generator --no-banner --no-check -o ./dist/index.d.ts ./src/index.ts",
"check": "biome check && tsc --noEmit",
"test": "node --test",
Expand Down

0 comments on commit fb8c2dd

Please sign in to comment.