Comparing version 0.0.66 to 0.0.67
{ | ||
"name": "clrlg", | ||
"version": "0.0.66", | ||
"version": "0.0.67", | ||
"description": "Color Log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -31,5 +31,5 @@ # clrlg | ||
```js | ||
const c~~lrlg~~ = require("clrlg"); | ||
const c = require("clrlg"); | ||
~~const c = new c();~~ not required | ||
//const c = new clrlg(); not longer constructor 'new' required | ||
``` | ||
@@ -36,0 +36,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
7747