Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "clrlg", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Color Log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,10 +11,10 @@ # clrlg | ||
`const c = require('clrlg'); | ||
```const c = require('clrlg'); | ||
c.lg("default color");` | ||
c.lg("default color"); | ||
`c.lg("red","red");` | ||
c.lg("red","red"); | ||
`c.lg("yellow","yellow");` | ||
``` | ||
c.lg("yellow","yellow"); | ||
c.lg("blue","blue"); | ||
@@ -21,0 +21,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
1183