Skip to content

Commit

Permalink
update "node" restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jan 10, 2024
1 parent e95860c commit 9088cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "electron-rpc-api",
"version": "9.0.0",
"version": "10.0.0",
"description": "Wrapper around the Electron's IPC for building type-safe API based RPC-like and reactive interactions",
"author": "Vladimir Yakovlev <dev.vladimir.y@gmail.com> (/~https://github.com/vladimiry)",
"license": "MIT",
"repository": "git@github.com:vladimiry/electron-rpc-api.git",
"engines": {
"node": ">=16"
"node": ">=18"
},
"keywords": [
"electron",
Expand Down

0 comments on commit 9088cfa

Please sign in to comment.