Skip to content

Commit 471c99e

Browse files
committed
remove --experimental-require-module
1 parent 19ba5e5 commit 471c99e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@
146146
"main": "index.js",
147147
"scripts": {
148148
"build": "echo nothing to build",
149-
"solid": "node --experimental-require-module ./bin/solid",
149+
"solid": "node ./bin/solid",
150150
"standard": "standard \"{bin,examples,lib,test}/**/*.js\"",
151151
"validate": "node ./test/validate-turtle.js",
152-
"c8": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 c8 --reporter=text-summary mocha -n experimental-require-module --recursive test/integration/ test/unit/",
153-
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha -n experimental-require-module --recursive test/integration/ test/unit/",
154-
"mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha -n experimental-require-module --recursive test/integration/http-test.js",
152+
"c8": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 c8 --reporter=text-summary mocha --recursive test/integration/ test/unit/",
153+
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/",
154+
"mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/http-test.js",
155155
"mocha-account-creation-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-creation-oidc-test.js",
156156
"mocha-account-manager": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-manager-test.js",
157157
"mocha-account-template": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-template-test.js",
@@ -188,6 +188,6 @@
188188
"solid": "bin/solid"
189189
},
190190
"engines": {
191-
"node": ">=20.17.0 <21 || >=22.8.0"
191+
"node": ">=20.19.0 <21 || >=22.14.0"
192192
}
193193
}

0 commit comments

Comments
 (0)