Skip to content

Commit

Permalink
feat: node 10 support dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Mar 27, 2022
1 parent 7fd70e1 commit 3541f65
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,14 +1,14 @@
{
"name": "node-rfc",
"description": "nodejs bindings for SAP NW RFC SDK",
"version": "2.6.0-rc1",
"version": "2.6.0",
"homepage": "https://github.com/sap/node-rfc",
"author": {
"name": "Srdjan Boskovic",
"email": "srdjan.boskovic@sap.com"
},
"engines": {
"node": "~10 >=10.23 || ~12 >=12.17 || >= 14.0"
"node": "~12 >=12.17 || >= 14.0"
},
"cpu": [
"!arm"
Expand Down

0 comments on commit 3541f65

Please sign in to comment.