1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fixed dependencies.

This commit is contained in:
Ylian Saint-Hilaire 2019-05-16 19:32:04 -07:00
parent ae09a77ab8
commit 30f0fe828e
3 changed files with 13 additions and 14 deletions

View file

@ -5,7 +5,7 @@
// This code is based on a portion of the webauthn module at: https://www.npmjs.com/package/webauthn
'use strict'
"use strict"
const crypto = require('crypto');
const cbor = require('cbor');