summaryrefslogtreecommitdiffstats
path: root/devtools/shared/node-properties/UPGRADING.md
blob: 086621f2b4e1b57cb792e50a780623ae2a6bf44d (plain)
1
2
3
4
5
6
7
8
9
10
11
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