diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-02 19:03:41 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-04-02 19:05:03 +0200 |
| commit | d4d228dbe7ecce3a036a0d412472cf9a97e70c13 (patch) | |
| tree | 3f3ed8e81ded101c90f876b52b97599acf90a8a1 | |
| parent | 73083448d041a748b8a453469698f3106cadda85 (diff) | |
Uuu
| -rw-r--r-- | package-lock.json | 2 | ||||
| -rw-r--r-- | package.json | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/package-lock.json b/package-lock.json index ce49409..47dc427 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,8 @@ "sass": "^1.98.0" }, "optionalDependencies": { + "@emnapi/core": "*", + "@emnapi/runtime": "*", "@rollup/rollup-linux-x64-gnu": "*" } }, diff --git a/package.json b/package.json index fbc908a..f4370ca 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,9 @@ "sass": "^1.98.0" }, "optionalDependencies": { - "@rollup/rollup-linux-x64-gnu": "*" + "@rollup/rollup-linux-x64-gnu": "*", + "@emnapi/runtime": "*", + "@emnapi/core": "*" }, "overrides": { "lodash": "^4.17.21" |
