From 3915e82627e27f85a7bf839fa3b068c8e4c54e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 19 Dec 2019 00:00:02 +0000 Subject: [PATCH] npm-data-files: link to own SO answer --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 067a87e..5bb0ece 100644 --- a/README.adoc +++ b/README.adoc @@ -14454,9 +14454,9 @@ npm install cirosantilli- ====== NPM data-files -Illustrates how to add extra non-code data files to an NPM package, and then use those files at runtime: +Illustrates how to add extra non-code data files to an NPM package, and then use those files at runtime. -https://stackoverflow.com/questions/10111163/in-node-js-how-can-i-get-the-path-of-a-module-i-have-loaded-via-require-that-is +https://stackoverflow.com/questions/31642477/how-to-publish-a-npm-package-with-distribution-files/59407033#59407033 ==== Java