Comparing version 1.1.0 to 1.1.1
@@ -1,2 +0,2 @@ | ||
const TwitchBot = require('../index'); | ||
const TwitchBot = require('twitch-kit'); | ||
const Bot = new TwitchBot({ | ||
@@ -3,0 +3,0 @@ username: "karpfenthebot", |
{ | ||
"name": "twitch-kit", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Twitch Bot Package with amazing features like Title Update.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # Twitch Kit | ||
``` | ||
const TwitchBot = require('../index'); | ||
const TwitchBot = require('twitch-kit'); | ||
const Bot = new TwitchBot({ | ||
@@ -15,0 +15,0 @@ username: "karpfenthebot", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28164