Skip to content

Commit

Permalink
fix: 🐛 "node" is incompatible with this module
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Oct 12, 2023
1 parent 44c4f50 commit 9c46c80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"description": "The Crypto Service Suite is a powerful and intuitive suite of security tools that provides numerous Cryptographic JavaScript functions and standardized REST APIs to manage encryption keys, perform common cryptographic operations such as key generation, data encryption, digital signing, and signature verification.",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"^12.20.0 || ^14.13.1 || >=18.6.0"
},
"homepage": "https://crypto-service.co",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"test": "__tests__"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"^12.20.0 || ^14.13.1 || >=18.6.0"
},
"files": [
"dist/**/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"test": "__tests__"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"^12.20.0 || ^14.13.1 || >=18.6.0"
},
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"src": "./src"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"^12.20.0 || ^14.13.1 || >=18.6.0"
},
"files": [
"dist/"
Expand Down

0 comments on commit 9c46c80

Please sign in to comment.