oberknecht-utils
Advanced tools
Comparing version 0.1.9 to 0.2.0
@@ -26,2 +26,4 @@ require("./lib/utils/cleanChannelName"); | ||
require("./lib/utils/cleanTime"); | ||
require("./lib/utils/randomNum"); | ||
require("./lib/utils/pickRandom"); | ||
@@ -28,0 +30,0 @@ require("./lib/variables/regex"); |
@@ -27,2 +27,4 @@ class oberknechtUtils { | ||
static cleanTime = require("./cleanTime"); | ||
static randomNum = require("./randomNum"); | ||
static pickRandom = require("./pickRandom"); | ||
@@ -29,0 +31,0 @@ static regex = require("../variables/regex"); |
{ | ||
"name": "oberknecht-utils", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "Utils for oberknecht packages", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
33876
33
344