We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4f779 commit d7360f7Copy full SHA for d7360f7
src/notification/pushbullet.ts
@@ -1,6 +1,6 @@
1
import {Link, Store} from '../store/model';
2
import {Print, logger} from '../logger';
3
-import PushBullet from '@hijef/pushbullet';
+import PushBullet from '@jef/pushbullet';
4
import {config} from '../config';
5
6
const pushbullet = config.notifications.pushbullet;
src/types/pushbullet.d.ts
@@ -1,4 +1,4 @@
-declare module '@hijef/pushbullet' {
+declare module '@jef/pushbullet' {
export type DeviceParams = string | number | Record<string, any>;
export type PushBulletCallback = ((error: Error) => void) | ((error?: null, response: any) => void);
0 commit comments