diff --git a/executable/dune b/executable/dune index 1cb4723..f285050 100644 --- a/executable/dune +++ b/executable/dune @@ -1,7 +1,7 @@ ; !!!! This dune file is generated from the package.json file by pesy. If you modify it by hand ; !!!! your changes will be undone! Instead, edit the package.json and then rerun 'esy pesy' at the project root. -; !!!! If you want to stop using pesy and manage this file by hand, change pacakge.json's 'esy.build' command to: refmterr dune build -p fnm +; !!!! If you want to stop using pesy and manage this file by hand, change package.json's 'esy.build' command to: refmterr dune build -p fnm (executable ; The entrypoint module (name FnmApp) ; From package.json main field diff --git a/library/dune b/library/dune index d2c31fb..32338ff 100644 --- a/library/dune +++ b/library/dune @@ -1,7 +1,7 @@ ; !!!! This dune file is generated from the package.json file by pesy. If you modify it by hand ; !!!! your changes will be undone! Instead, edit the package.json and then rerun 'esy pesy' at the project root. -; !!!! If you want to stop using pesy and manage this file by hand, change pacakge.json's 'esy.build' command to: refmterr dune build -p fnm +; !!!! If you want to stop using pesy and manage this file by hand, change package.json's 'esy.build' command to: refmterr dune build -p fnm (library ; The namespace that other packages/libraries will access this library through (name Fnm) diff --git a/test/dune b/test/dune index dbab342..a209695 100644 --- a/test/dune +++ b/test/dune @@ -1,7 +1,7 @@ ; !!!! This dune file is generated from the package.json file by pesy. If you modify it by hand ; !!!! your changes will be undone! Instead, edit the package.json and then rerun 'esy pesy' at the project root. -; !!!! If you want to stop using pesy and manage this file by hand, change pacakge.json's 'esy.build' command to: refmterr dune build -p fnm +; !!!! If you want to stop using pesy and manage this file by hand, change package.json's 'esy.build' command to: refmterr dune build -p fnm (executable ; The entrypoint module (name TestFnm) ; From package.json main field