Merge pull request #228 from IT4Change/remove-legacy-ssl-option

refactor(other): remove legacy openssl option
This commit is contained in:
Ulf Gebhardt 2025-02-17 19:18:40 +01:00 committed by GitHub
commit 6c5180e45a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@
"description": "The IT4C.dev website",
"main": "index.js",
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"build": "vuepress build docs",
"dev": "vuepress dev docs",
"test": "textlint \"*.md\" \"docs/**/*.md\""
},
"repository": {