ninjakatt-plugin-kodi
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -1,7 +0,6 @@ | ||
const Base = require('ninjakatt-plugin-base'); | ||
const Client = require('./Client'); | ||
const emitter = global.emitter; | ||
module.exports = class Kodi extends Base { | ||
module.exports = class Kodi { | ||
constructor() { | ||
super(__dirname); | ||
this.construct(__dirname); | ||
this.clients = []; | ||
@@ -8,0 +7,0 @@ this.scrobbled = []; |
{ | ||
"name": "ninjakatt-plugin-kodi", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -21,5 +21,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"kodi-ws": "^2.4.3", | ||
"ninjakatt-plugin-base": "^1.0.3" | ||
"kodi-ws": "^2.4.3" | ||
} | ||
} |
1
5724
182
- Removedninjakatt-plugin-base@^1.0.3
- Removedfs-extra@6.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removedninjakatt-plugin-base@1.0.3(transitive)
- Removeduniversalify@0.1.2(transitive)