From 00bc373191e57e155f70377ebea255db2c04d68d Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 3 Mar 2018 22:17:51 -0600 Subject: [PATCH] Add a bit more info at the end --- javascript/link-a-javascript-package-locally.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/javascript/link-a-javascript-package-locally.md b/javascript/link-a-javascript-package-locally.md index 45c4bef..9125913 100644 --- a/javascript/link-a-javascript-package-locally.md +++ b/javascript/link-a-javascript-package-locally.md @@ -23,3 +23,5 @@ directory to the `node_modules` of this target project. You'll now have access to the project, try an `import` to get what you need and try it out. + +See `man npm-link` for more details.