clockjs-npm
Advanced tools
Comparing version 1.3.0 to 1.3.2
{ | ||
"name": "clockjs-npm", | ||
"version": "1.3.0", | ||
"version": "1.3.2", | ||
"description": "Play with the time", | ||
@@ -5,0 +5,0 @@ "main": "function.js", |
@@ -23,6 +23,4 @@ # Clock.js | ||
``` | ||
const randomName = new clock.Tab() | ||
const secondRandomName = [ | ||
new randomName(clock.day.Day, clock.day.Year) | ||
const RandomName = [ | ||
new clock.Tab(clock.day.Day, clock.day.Year) | ||
] | ||
@@ -29,0 +27,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
1848
28