Skip to content

Commit

Permalink
drop package.json:engines.node restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Aug 2, 2019
1 parent 157fc10 commit 7b56c4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "electron-rpc-api",
"version": "6.0.0-beta3",
"version": "6.0.0-beta4",
"description": "Wrapper around the Electron's IPC for building type-safe API based RPC-like and reactive interactions",
"author": "Vladimir Yakovlev <[email protected]> (https://github.com/vladimiry)",
"license": "MIT",
Expand All @@ -12,9 +12,6 @@
"rpc"
],
"main": "./lib/index.js",
"engines": {
"node": ">=8.9.4 <9 || >=10.0.0 <11 || >=12.0.0"
},
"scripts": {
"lib": "npm-run-all lib:clean lint lib:compile test",
"lib:clean": "rimraf ./lib",
Expand Down

0 comments on commit 7b56c4f

Please sign in to comment.