diff options
author | Li Jin <dragon-fly@qq.com> | 2023-07-20 18:25:10 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-07-20 18:25:10 +0800 |
commit | fcb480618f162817572947cfed96b1ba0d6c5a44 (patch) | |
tree | a7fb68bc263730a665d49648b01771742bb8dc24 /doc | |
parent | 2faf55a8217690988bc2cab7cc65541dc2215dc1 (diff) | |
download | yuescript-fcb480618f162817572947cfed96b1ba0d6c5a44.tar.gz yuescript-fcb480618f162817572947cfed96b1ba0d6c5a44.tar.bz2 yuescript-fcb480618f162817572947cfed96b1ba0d6c5a44.zip |
fix wrong codes generation for in-expression.v0.17.8
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/package.json b/doc/package.json index 0784500..f9e5ebf 100755 --- a/doc/package.json +++ b/doc/package.json | |||
@@ -9,8 +9,8 @@ | |||
9 | }, | 9 | }, |
10 | "repository": "https://github.com/pigpigyyy/Yuescript/doc", | 10 | "repository": "https://github.com/pigpigyyy/Yuescript/doc", |
11 | "scripts": { | 11 | "scripts": { |
12 | "dev": "vuepress dev docs", | 12 | "dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs", |
13 | "build": "vuepress build docs" | 13 | "build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs" |
14 | }, | 14 | }, |
15 | "license": "MIT", | 15 | "license": "MIT", |
16 | "devDependencies": { | 16 | "devDependencies": { |