Comparing version 2.2.2 to 2.3.0
@@ -35,2 +35,14 @@ # CHANGELOG | ||
### RELEASE: [v2.3.0](https://github.com/ahmadawais/awais/compare/v2.2.2...v2.3.0) | ||
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) | ||
> 📦 Check Node version [`822ed24`](https://github.com/ahmadawais/awais/commit/822ed243d54671dc921993081c407dac9d7bdbeb) <br> | ||
<br> | ||
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) | ||
<br> | ||
### RELEASE: [v2.2.2](https://github.com/ahmadawais/awais/compare/v2.2.1...v2.2.2) | ||
@@ -42,2 +54,6 @@ | ||
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) | ||
> 📖 Changelog [`e4f2451`](https://github.com/ahmadawais/awais/commit/e4f2451c9f09ab5bfbdb2d1d26703a9ac68b8338) <br> | ||
<br> | ||
@@ -44,0 +60,0 @@ |
@@ -6,2 +6,4 @@ #!/usr/bin/env node | ||
const alert = require('cli-alerts'); | ||
const checkNode = require('cli-check-node'); | ||
const dim = chalk.dim; | ||
@@ -24,2 +26,4 @@ const italic = chalk.italic; | ||
checkNode('10'); | ||
console.log(`${italic( | ||
@@ -26,0 +30,0 @@ `Award-winning open-source engineer and developer advocate. Author of various open-source dev-tools and software libraries used by millions of developers worldwide. Leading developers and publishing technical content for over a decade. Self-confessed tech comedian cracking silly jokes in the JavaScript web and cloud communities.` |
{ | ||
"name": "awais", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "Get to know Awais via `npx awais`.", | ||
@@ -11,2 +11,3 @@ "bin": { | ||
"cli-alerts": "^1.0.2", | ||
"cli-check-node": "^1.3.0", | ||
"cli-welcome": "^2.2.0" | ||
@@ -13,0 +14,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
14307
31
4
+ Addedcli-check-node@^1.3.0
+ Addedchalk@3.0.0(transitive)
+ Addedcli-check-node@1.3.4(transitive)
+ Addedlog-symbols@3.0.0(transitive)