Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "1n1t", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Git init or get current branch easily", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ # Installing | ||
.then((value) => {console.log(value);}) | ||
.catch((err) => {console.log(reject(err));}); | ||
.catch((err) => {console.log(err);}); | ||
``` |
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
1739