Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,3 @@ | ||
#!/usr/bin/env node | ||
const clordle = require('./clordle').lib; | ||
@@ -2,0 +4,0 @@ const { Snippet } = require('enquirer'); |
{ | ||
"name": "clordle", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "If wordle and the command line had a baby.", | ||
@@ -9,2 +9,5 @@ "main": "index.js", | ||
}, | ||
"bin": { | ||
"clordle": "cli.js" | ||
}, | ||
"author": "Piero Maddaleni <piero@piemadd.com>", | ||
@@ -16,2 +19,2 @@ "license": "ISC", | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
43851
2446
0