npm-data-files: link to own SO answer

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-12-19 00:00:02 +00:00
parent 7c4a688187
commit 3915e82627

View File

@@ -14454,9 +14454,9 @@ npm install cirosantilli-<directory-name>
====== 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