Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "yt-api", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "A light weight, easy, and super fast way of interacting with the YouTube Data API v3.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -11,6 +11,6 @@ const moment = require("moment"); | ||
return { | ||
d: d ? `${d} ` : "", | ||
h: h ? `${h} ` : "", | ||
m: m ? `${m} ` : "", | ||
s: s ? `${s}` : "" | ||
d: d ? `${d}d ` : "", | ||
h: h ? `${h}h ` : "", | ||
m: m ? `${m}m ` : "", | ||
s: s ? `${s}s` : "" | ||
} | ||
@@ -17,0 +17,0 @@ }; |
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
11453