From a2df9a69dcc14cb70118cda2ded499055e7ee358 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 21 Aug 2022 17:31:56 +0200 Subject: m. update --- together/node_modules/uuid/dist/bin/uuid | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 together/node_modules/uuid/dist/bin/uuid (limited to 'together/node_modules/uuid/dist/bin') diff --git a/together/node_modules/uuid/dist/bin/uuid b/together/node_modules/uuid/dist/bin/uuid new file mode 100755 index 0000000..f38d2ee --- /dev/null +++ b/together/node_modules/uuid/dist/bin/uuid @@ -0,0 +1,2 @@ +#!/usr/bin/env node +require('../uuid-bin'); -- cgit