@anth0nycodes/license-generator 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anth0nycodes/license-generator",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "An open-source CLI tool to generate licenses for your repository.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/index.ts CHANGED
@@ -106,7 +106,7 @@ const main = async () => {
106
106
  }
107
107
 
108
108
  if (configUpdated) {
109
- console.log(`Use --quick to generate with this license.`);
109
+ console.log(`Use -q / --quick to generate with this license.`);
110
110
  return;
111
111
  }
112
112