Skip to content

Commit

Permalink
Add node-machine-id
Browse files Browse the repository at this point in the history
  • Loading branch information
froger-me committed Jan 9, 2024
1 parent 657e203 commit d686ebf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 3 additions & 1 deletion integration/dummy-generic/exports-src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const AdmZip = require('adm-zip');
const { machineIdSync } = require('node-machine-id');

module.exports = {
AdmZip
AdmZip,
machineIdSync
};
Loading

0 comments on commit d686ebf

Please sign in to comment.