Skip to content

Commit b754f65

Browse files
committed
deps: remove uuid
1 parent 42c0eca commit b754f65

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
name: "📦 Publish › NPM Package"
99
run-name: "📦 Publish › NPM Package"
1010

11+
# ---------------------------------------------------------------------------------------
12+
# triggers
13+
# ---------------------------------------------------------------------------------------
14+
1115
on:
1216
workflow_dispatch:
1317
inputs:

notifiers/toaster.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const notifier = path.resolve(__dirname, '../vendor/ntfyToast/ntfytoast');
66
const utils = require('../lib/utils');
77
const Balloon = require('./balloon');
88
// const os = require('os');
9-
const { v4: uuid } = require('uuid');
109

1110
const EventEmitter = require('events').EventEmitter;
1211
const util = require('util');

0 commit comments

Comments
 (0)