mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
Merge pull request #228 from IT4Change/remove-legacy-ssl-option
refactor(other): remove legacy openssl option
This commit is contained in:
commit
6c5180e45a
@ -4,8 +4,8 @@
|
|||||||
"description": "The IT4C.dev website",
|
"description": "The IT4C.dev website",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
|
"build": "vuepress build docs",
|
||||||
"dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
|
"dev": "vuepress dev docs",
|
||||||
"test": "textlint \"*.md\" \"docs/**/*.md\""
|
"test": "textlint \"*.md\" \"docs/**/*.md\""
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user