From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- devtools/shared/node-properties/UPGRADING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devtools/shared/node-properties/UPGRADING.md (limited to 'devtools/shared/node-properties/UPGRADING.md') diff --git a/devtools/shared/node-properties/UPGRADING.md b/devtools/shared/node-properties/UPGRADING.md new file mode 100644 index 0000000000..086621f2b4 --- /dev/null +++ b/devtools/shared/node-properties/UPGRADING.md @@ -0,0 +1,12 @@ +NODE PROPERTIES UPGRADING + +Original library at https://github.com/gagle/node-properties +The original library is intended for node and not for the browser. Most files are not +needed here. + +To update +- copy https://github.com/gagle/node-properties/blob/master/lib/parse.js +- update the initial "module.exports" to "var parse" in parse.js +- copy https://github.com/gagle/node-properties/blob/master/lib/read.js +- remove the require statements at the beginning +- merge the two files, parse.js first, read.js second \ No newline at end of file -- cgit v1.2.3