node-vdf icon indicating copy to clipboard operation
node-vdf copied to clipboard

Duplicate key support

Open sgentle opened this issue 10 years ago • 0 comments

For some reason, VDF/KeyValue supports duplicate keys. I added support to turn them into arrays (you can see an example in the updated test.js)

I also fixed up the package.json a little. npm start doesn't do anything for a library, util is a stdlib package (included with node) so we don't need it in the dependencies, and if you include nodeunit in your devDependencies then you can run the tests with npm test.

sgentle avatar Jan 22 '16 10:01 sgentle