Comparing version 1.0.5 to 1.1.0
@@ -17,2 +17,4 @@ #!/usr/bin/env node | ||
open(computeGoogleMeetsLink()); | ||
const url = computeGoogleMeetsLink(); | ||
console.log(url) | ||
open(url); |
{ | ||
"name": "gmeet", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "A cli tool to generate a meet link in the terminal on the fly", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
154441
16