Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General updates -- Node as module, update depency versionsto supported ones, PHP strict_types declaration and phpunit tests #5

Open
wants to merge 8 commits into
base: zoon
Choose a base branch
from
Next Next commit
Rename .js to .mjs and set type=module in package.json
mreiden committed Aug 15, 2024
commit e23d2ef186077732ed30d4758874536fb766ddb5
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -16,10 +16,11 @@
"url": "https://johann.pardanaud.com/"
},
"license": "MIT",
"repository": "github:zoonru/rialto",
"main": "src/node-process",
"repository": "github:mreiden/rialto",
"type": "module",
"main": "src/node-process/index.mjs",
"engines": {
"node": ">=8.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"lodash": "^4.17.10"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.