From d73ff2e5c0f1f5f429bb32ed4d7da9c152063ec7 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Wed, 3 Apr 2013 14:38:14 -0700 Subject: [PATCH] update documentation in macros file --- macros.nodejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macros.nodejs b/macros.nodejs index b252da7..6fd051c 100644 --- a/macros.nodejs +++ b/macros.nodejs @@ -13,7 +13,8 @@ # symlink dependencies so `npm link` works # this should be run in every module's %%install section -# pass the module name if the npm metadata is incorrect (e.g. multiple versions) +# pass --check to work in the current directory instead of the buildroot +# pass --no-devdeps to ignore devDependencies when --check is used %nodejs_symlink_deps %{_rpmconfigdir}/nodejs-symlink-deps %{nodejs_sitelib} # patch package.json to fix a dependency