Comparing version 1.3.0 to 1.3.1
@@ -19,2 +19,3 @@ var each = require('./util/each'); | ||
var sort = require('./util/sort'); | ||
var string = require('./util/string'); | ||
@@ -38,5 +39,6 @@ var genjsutil = { | ||
add: add, | ||
sort: sort | ||
sort: sort, | ||
string: string | ||
}; | ||
module.exports=genjsutil; |
{ | ||
"name": "gutil", | ||
"description": "GUtil", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "licenses": [ |
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
18421
24
600