diff options
| -rw-r--r-- | gnu/packages/node-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index 839e6637b63..bdcb54f48ae 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm | |||
| @@ -2373,7 +2373,7 @@ This is not a through or through2 stream. It doesn't transform the data, it just | |||
| 2373 | (string-append "--outdir=" target-output)) | 2373 | (string-append "--outdir=" target-output)) |
| 2374 | (call-with-output-file (string-append target-output | 2374 | (call-with-output-file (string-append target-output |
| 2375 | "/package.json") | 2375 | "/package.json") |
| 2376 | (cut format <> "{type: ~s}" type))))) | 2376 | (cut format <> "{\"type\": ~s}" type))))) |
| 2377 | (list | 2377 | (list |
| 2378 | (list "cjs" "commonjs" "commonjs") | 2378 | (list "cjs" "commonjs" "commonjs") |
| 2379 | (list "esm" "esm" "module"))) | 2379 | (list "esm" "esm" "module"))) |
