setup-node/node_modules/uuid/v5.js
Bryan MacFarlane 3b7fa72b60 Add installer
* start

* Add tests

* Clean up changes

* Update tool-cache we consume

* Use custom 7zr
2019-06-05 15:17:00 -04:00

4 lines
109 B
JavaScript

var v35 = require('./lib/v35.js');
var sha1 = require('./lib/sha1');
module.exports = v35('v5', 0x50, sha1);